Class: Watir::Strongs
- Inherits:
-
ElementCollections
- Object
- ElementCollections
- Watir::Strongs
- Includes:
- CommonCollection
- Defined in:
- lib/watir/collections.rb
Instance Method Summary collapse
Methods included from CommonCollection
Methods inherited from ElementCollections
#[], #each, #first, #get_length_of_input_objects, #initialize, #inspect, #last, #show, #to_s
Constructor Details
This class inherits a constructor from Watir::ElementCollections
Instance Method Details
#element_class ⇒ Object
349 |
# File 'lib/watir/collections.rb', line 349 def element_class; Strong; end |
#element_tag ⇒ Object
350 |
# File 'lib/watir/collections.rb', line 350 def element_tag; Strong::TAG; end |