# File lib/capybara/session.rb, line 167
    def has_css?(path, options={})
      has_xpath?(XPath.from_css(path), options)
    end