# File lib/capybara/xpath.rb, line 122
    def select(locator, options={})
      add_field(locator, "//select", options)
    end