Method: Selenium::WebDriver::Support::EventFiringBridge#get
- Defined in:
- lib/selenium/webdriver/support/event_firing_bridge.rb
#get(url) ⇒ 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.
38 39 40 41 42 |
# File 'lib/selenium/webdriver/support/event_firing_bridge.rb', line 38 def get(url) dispatch(:navigate_to, url, driver) do @delegate.get(url) end end |