Class: FireWatir::TextFields
- Inherits:
-
ElementCollections
- Object
- ElementCollections
- FireWatir::TextFields
- Defined in:
- lib/firewatir/element_collections.rb
Overview
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
237 238 239 |
# File 'lib/firewatir/element_collections.rb', line 237 def locate_elements locate_tagged_elements("input", ["text", "textarea", "password"]) end |