Interface for navigating back and forth in the browser history.
This class should never be instantiated directly. Insead, obtain an instance with
navigate()
WebDriver#navigate()
Schedules a command to move backwards in the browser history.
A promise that will be resolved when the navigation event has completed.
Schedules a command to move forwards in the browser history.
Schedules a command to refresh the current page.
Schedules a command to navigate to a new URL.
The URL to navigate to.
A promise that will be resolved when the URL has been loaded.
Generated using TypeDoc
Interface for navigating back and forth in the browser history.