Skip to contents

Wait until page has finished loading the element with the tag value

Usage

wait_to_load(client, using = "css", value = "body", sleep = 1)

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).