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