Method: Selenium::WebDriver::Support::EventFiringBridge#go_back
- Defined in:
- lib/selenium/webdriver/support/event_firing_bridge.rb
#go_back ⇒ 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.
50 51 52 53 54 |
# File 'lib/selenium/webdriver/support/event_firing_bridge.rb', line 50 def go_back dispatch(:navigate_back, driver) do @delegate.go_back end end |