Skip to main content

Overview

Navigation commands allow you to control page navigation, browser history, and page reloads.

Commands

open

Navigate to a URL.
ParameterDescription
urlURL to navigate to. Automatically prepends https:// if no protocol specified.
Options:
OptionDescription
—headersJSON object of HTTP headers scoped to the URL’s origin
Aliases: goto, navigate Examples:
Supported protocols:
  • http://, https:// - Web pages
  • file:// - Local files
  • about: - Browser internal pages
  • data: - Data URIs
  • chrome://, chrome-extension:// - Chrome-specific

back

Go back in browser history. Examples:

forward

Go forward in browser history. Examples:

reload

Reload the current page. Examples:

Workflow Examples

Basic Navigation Flow

Authenticated Navigation