# File lib/mechanize/form.rb, line 71
    def text_field?(field_name)     !!    texts.find{|f| f.name == field_name}; end