# File lib/capybara/node/matchers.rb, line 132 def has_no_xpath?(path, options={}) has_no_selector?(:xpath, path, options) end