# File lib/capybara/node/matchers.rb, line 264
      def has_field?(locator, options={})
        options, with = split_options(options, :with)
        has_xpath?(XPath::HTML.field(locator, options), with)
      end