Class: Watir::CheckBoxes
- Inherits:
-
InputElementCollections
- Object
- ElementCollections
- InputElementCollections
- Watir::CheckBoxes
- Defined in:
- lib/watir/collections.rb
Overview
this class accesses the check boxes in the document as a collection Normally a user would not need to create this object as it is returned by the Watir::Container#checkboxes method
Instance Method Summary collapse
Methods inherited from InputElementCollections
Methods inherited from ElementCollections
#[], #each, #first, #initialize, #inspect, #last, #length, #to_s
Constructor Details
This class inherits a constructor from Watir::ElementCollections
Instance Method Details
#element_class ⇒ Object
29 |
# File 'lib/watir/collections.rb', line 29 def element_class; CheckBox; end |