Class: Locator::Element::Form
- Inherits:
-
Locator::Element
- Object
- Locator::Element
- Locator::Element::Form
- Defined in:
- lib/locator/element/form.rb
Instance Attribute Summary
Attributes inherited from Locator::Element
#attributes, #css, #locatables, #name
Instance Method Summary collapse
-
#initialize ⇒ Form
constructor
A new instance of Form.
Methods inherited from Locator::Element
Constructor Details
#initialize ⇒ Form
Returns a new instance of Form.
4 5 6 |
# File 'lib/locator/element/form.rb', line 4 def initialize super(:form, :matches => [:name]) end |