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.
20 21 22 23 24 |
# File 'lib/selenium/webdriver/support/event_firing_bridge.rb', line 20 def get(url) dispatch(:navigate_to, url, driver) { @delegate.get(url) } end |