# File lib/capybara/node/matchers.rb, line 171
      def has_no_css?(path, options={})
        has_no_xpath?(XPath.css(path), options)
      end