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