# File lib/capybara/node/matchers.rb, line 120 def has_xpath?(path, options={}) has_selector?(:xpath, path, options) end