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