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