# File lib/mechanize/form.rb, line 243
      def field(field_name)
        fields.find { |f| f.name.eql? field_name }
      end