Move back a single entry in the browser’s history.
# File common/src/rb/lib/selenium/webdriver/navigation.rb, line 21 def back @bridge.goBack end
Move forward a single entry in the browser’s history.
# File common/src/rb/lib/selenium/webdriver/navigation.rb, line 29 def forward @bridge.goForward end
Generated with the Darkfish Rdoc Generator 2.