wait_to_load | R Documentation |
Wait until page has finished loading the element with the tag value
wait_to_load(client, using = "css", value = "body", sleep = 1)
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). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.