Class Selenium::WebDriver::Navigation
In: lib/selenium/webdriver/common/navigation.rb
Parent: Object

Methods

back   forward   new   refresh   to  

Public Class methods

Public Instance methods

Move back a single entry in the browser‘s history.

Move forward a single entry in the browser‘s history.

Refresh the current page.

Navigate to the given URL

[Validate]