Class: Locator::Element::CheckBox

Inherits:
Input show all
Defined in:
lib/locator/element/check_box.rb

Instance Attribute Summary

Attributes inherited from Locator::Element

#attributes, #css, #locatables, #name

Instance Method Summary collapse

Methods inherited from FormElement

#lookup

Methods inherited from Locator::Element

#all, #locate, #xpath

Constructor Details

#initializeCheckBox

Returns a new instance of CheckBox.



4
5
6
# File 'lib/locator/element/check_box.rb', line 4

def initialize
  super(:type => :checkbox)
end