Class for accessing all the File Field elements in the document. It would normally only be accessed by the FireWatir::Container#file_fields method
# File lib/firewatir/element_collections.rb, line 198 def locate_elements locate_tagged_elements("input", ["file"]) end