class WebDriver.Navigation
Interface for navigating back and forth in the browser history.
new WebDriver.Navigation(driver)
Instance Methods
Schedules a command to move backwards in the browser history.
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.
Parameters
- url
string
The URL to navigate to.