Class: Watir::CheckBoxCollection
- Inherits:
-
InputCollection
- Object
- ElementCollection
- InputCollection
- Watir::CheckBoxCollection
- Defined in:
- lib/watir-webdriver/elements/checkbox.rb
Overview
Container
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
- (Object) element_class
61 62 63 |
# File 'lib/watir-webdriver/elements/checkbox.rb', line 61 def element_class CheckBox end |