Class: Locator::Element::SelectOption

Inherits:
Locator::Element show all
Defined in:
lib/locator/element/select_option.rb

Instance Attribute Summary

Attributes inherited from Locator::Element

#attributes, #css, #locatables, #name

Instance Method Summary collapse

Methods inherited from Locator::Element

#all, #locate, #xpath

Constructor Details

#initializeSelectOption

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