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