Skip to main content
Browser

Go to page

Go to page

Navigates an already-open browser page or tab to a particular URL, waiting for it to finish loading before carrying on.


Options

Browser or page ID

The browser, tab or iframe opening action used for the navigation.

URL

The web address the browser goes to.

Loading type

What counts as the page having finished loading:

  • networkidle — waits until there have been no active network requests for 500ms (the default, and the most thorough)
  • domcontentloaded — waits only for the HTML
  • load — waits for every one of the page's resources

Timeout

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

Returns

This action has no returns.

Rules and conditions

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