reload()
and refresh()
both reload the current page.
Arguments
- timeout
The maximum time to wait for the page to load, in seconds.
- session
A
selenider_session
object. If not specified, the global session object (the result ofget_session()
) is used.
See also
Other global actions:
back()
,
current_url()
,
execute_js_fn()
,
get_page_source()
,
open_url()
,
take_screenshot()
Examples
session <- selenider_session()
open_url("https://r-project.org")
reload()