Skip to main content
Browser

Reload Page

Reload Page

Refreshes the browser's current page, waiting for the load according to the criterion you set. The same as pressing F5.


Options

Browser or page ID

The browser, tab or iframe opening action whose page is reloaded.

Loading type

What counts as the page having finished loading:

  • networkidle — no active requests for 500ms (the default)
  • domcontentloaded — the HTML is loaded and parsed
  • load — every resource is loaded

Timeout

How long, in milliseconds, to wait for the load before raising an error. The default is 30000.

Returns

This action has no returns.

Rules and conditions

  • Browser or page ID is required.
  • If the page does not load within the timeout, the action ends in an error.