Class: FireWatir::SelectLists
- Inherits:
-
ElementCollections
- Object
- ElementCollections
- FireWatir::SelectLists
- Defined in:
- lib/firewatir/element_collections.rb
Overview
Class for accessing all the select list elements in the document.
It would normally only be accessed by the FireWatir::Container#select_lists method
Instance Method Summary collapse
Methods inherited from ElementCollections
#[], #each, #first, inherited, #initialize, #inspect, #last, #length, #to_s
Methods included from JsshSocket
#js_eval, #js_eval_method, #jssh_socket, #read_socket
Constructor Details
This class inherits a constructor from FireWatir::ElementCollections
Instance Method Details
#locate_elements ⇒ Object
221 222 223 |
# File 'lib/firewatir/element_collections.rb', line 221 def locate_elements locate_tagged_elements("select", ["select-one", "select-multiple"]) end |