# File lib/capybara/node/matchers.rb, line 159
      def has_css?(path, options={})
        has_xpath?(XPath.css(path), options)
      end