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