class Capybara::Node::Base

def find_xpath(xpath)

Other tags:
    Api: - private
def find_xpath(xpath)
  base.find_xpath(xpath)
end