Class: Watir::TableSectionCollection
- Inherits:
-
ElementCollection
- Object
- ElementCollection
- Watir::TableSectionCollection
- Defined in:
- lib/watir-webdriver/elements/html_elements.rb
Instance Method Summary collapse
Methods inherited from ElementCollection
#[], #each, #first, #initialize, #last, #length, #to_a
Constructor Details
This class inherits a constructor from Watir::ElementCollection
Instance Method Details
#element_class ⇒ Object
621 622 623 |
# File 'lib/watir-webdriver/elements/html_elements.rb', line 621 def element_class TableSection end |