Method: Capybara::Node::Element#native
- Defined in:
- lib/capybara/node/element.rb
#native ⇒ Object
Returns The native element from the driver, this allows access to driver specific methods.
42 43 44 |
# File 'lib/capybara/node/element.rb', line 42 def native synchronize { base.native } end |