Method: Selenium::WebDriver::Support::EventFiringBridge#clickElement
- Defined in:
- lib/selenium/webdriver/support/event_firing_bridge.rb
#clickElement(ref) ⇒ 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 clickElement(ref) dispatch(:click, create_element(ref), driver) { @delegate.clickElement(ref) } end |