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