class Capybara::Node::Simple

def find_xpath(xpath, **_options)

Other tags:
    Api: - private
def find_xpath(xpath, **_options)
  native.xpath(xpath)
end