Method: Selenium::WebDriver::Support::EventFiringBridge#goBack
- Defined in:
- lib/selenium/webdriver/support/event_firing_bridge.rb
#goBack ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
32 33 34 35 36 |
# File 'lib/selenium/webdriver/support/event_firing_bridge.rb', line 32 def goBack dispatch(:navigate_back, driver) { @delegate.goBack } end |