Method: Selenium::WebDriver::Element#ref
- Defined in:
- lib/selenium/webdriver/common/element.rb
permalink #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.
354 355 356 |
# File 'lib/selenium/webdriver/common/element.rb', line 354 def ref [:element, @id] end |