reload {selenider} | R Documentation |
reload()
and refresh()
both reload the current page.
reload(timeout = 60, session = NULL)
refresh(timeout = 60, session = NULL)
timeout |
The maximum time to wait for the page to load, in seconds. |
session |
A |
The session object, invisibly.
Other global actions:
back()
,
current_url()
,
execute_js_fn()
,
get_page_source()
,
open_url()
,
take_screenshot()
session <- selenider_session()
open_url("https://r-project.org")
reload()