Wait until page has finished loading the element with the tag value
Arguments
- client
RSelenium
client.- using
String with the property to use to find the element (e.g. "css", "xpath", etc.) (default: "css").
- value
String with the tag of the page element to wait to load (default: "body").
- sleep
Numeric value with the number of seconds to wait for the page to load the results (default: 1 second).