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