Description Usage Arguments Value See Also Examples
status
The Status command returns information about whether a
remote end is in a state in which it can create a new session.
This is represented by the ready property of the response body,
which has a value of false if attempting to create a session at
the current time would fail.
1 |
remDr |
An object of class "rDriver". A remote driver object see
|
... |
Additonal function arguments - Currently passes the
|
ret2 : res$value NEED TO FILL IN specifics for each function
Other sessions functions: deleteSession
,
getTimeouts
, newSession
,
setTimeouts
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Not run:
# start a driver without opening a browser
remDr <- remoteDr(newSession = FALSE)
# open a broswer
remDr %>% newSession
# set timeout on waiting for elements
remDr %>% setTimeout(type = "implicit", 5000)
# close Session
remDr %>% deleteSession
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.