Class for accessing all the text field elements in the document. It would normally only be accessed by the FireWatir::Container#text_fields method
# File lib/firewatir/element_collections.rb, line 241 def locate_elements locate_tagged_elements("input", ["text", "textarea", "password"]) end