# File lib/capybara/node/finders.rb, line 37
      def find_field(locator)
        find(:xpath, XPath::HTML.field(locator))
      end