Class webdriver.WebDriver.Navigation
code »Interface for navigating back and forth in the browser history.
Constructor
webdriver.WebDriver.Navigation ( driver )
Parameters |
---|
|
Show:
Instance Methods
Schedules a command to move backwards in the browser history.
Returns |
---|
|
Schedules a command to move forwards in the browser history.
Returns |
---|
|
Schedules a command to refresh the current page.
Returns |
---|
|
code »to ( url ) ⇒ !webdriver.promise.Promise
Schedules a command to navigate to a new URL.
!webdriver.promise.Promise
Parameters |
---|
|
Returns |
|