Method: Selenium::WebDriver::Element#initialize
- Defined in:
- lib/selenium/webdriver/common/element.rb
permalink #initialize(bridge, id) ⇒ Element
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.
Creates a new Element
34 35 36 37 |
# File 'lib/selenium/webdriver/common/element.rb', line 34 def initialize(bridge, id) @bridge = bridge @id = id end |