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
#element_class ⇒ Object
69 70 71 |
# File 'lib/watir-webdriver/elements/checkbox.rb', line 69 def element_class CheckBox end |