# File lib/capybara/session.rb, line 219 def has_no_select?(locator, options={}) has_no_xpath?(XPath.select(locator, options)) end