# File lib/capybara/session.rb, line 199
    def has_field?(locator, options={})
      has_xpath?(XPath.field(locator, options))
    end