Class: Watir::Forms
- Inherits:
-
ElementCollections
- Object
- ElementCollections
- Watir::Forms
- Defined in:
- lib/watir/collections.rb
Instance Method Summary collapse
Methods inherited from ElementCollections
#[], #first, #initialize, #inspect, #last, #length, #to_s
Constructor Details
This class inherits a constructor from Watir::ElementCollections
Instance Method Details
#each ⇒ Object
15 16 17 |
# File 'lib/watir/collections.rb', line 15 def each @container.locator_for(FormLocator, @how, @what).each {|element| yield element} end |