Method: Capybara::Node::Simple#find_xpath
- Defined in:
- lib/capybara/node/simple.rb
#find_xpath(xpath) ⇒ 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.
170 171 172 |
# File 'lib/capybara/node/simple.rb', line 170 def find_xpath(xpath) native.xpath(xpath) end |