Interface for navigating back and forth in the browser history.
The parent driver.
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.
A promise that will be resolved when the navigation event has completed.
Schedules a command to refresh the current page.
A promise that will be resolved when the navigation event has completed.
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.