reload: Reload the current page

View source: R/global_actions.R

reloadR Documentation

Reload the current page

Description

reload() and refresh() both reload the current page.

Usage

reload(timeout = NULL, session = NULL)

refresh(timeout = NULL, session = NULL)

Arguments

timeout

The maximum time to wait for the page to load, in seconds. This defaults to 60, unless in a Github Action, in which case it defaults to 5 minutes.

session

A selenider_session object. If not specified, the global session object (the result of get_session()) is used.

Value

The session object, invisibly.

See Also

Other global actions: back(), current_url(), execute_js_fn(), get_page_source(), open_url(), scroll_to(), take_screenshot()

Examples


session <- selenider_session()

open_url("https://r-project.org")

reload()


selenider documentation built on April 3, 2025, 5:51 p.m.