Class for accessing all the select list elements in the document. It would normally only be accessed by the FireWatir::Container#select_lists method
# File lib/firewatir/element_collections.rb, line 225 def locate_elements locate_tagged_elements("select", ["select-one", "select-multiple"]) end