# File lib/capybara/session.rb, line 215
    def has_select?(locator, options={})
      has_xpath?(XPath.select(locator, options))
    end