wait_to_load: Wait until page has finished loading

View source: R/utils-web.R

wait_to_loadR Documentation

Wait until page has finished loading

Description

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


villegar/scrappy documentation built on Jan. 25, 2024, 4:38 p.m.