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