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