# File lib/capybara/session.rb, line 203
    def has_no_field?(locator, options={})
      has_no_xpath?(XPath.field(locator, options))
    end