Class: Locator::Element::Select

Inherits:
FormElement show all
Defined in:
lib/locator/element/select.rb

Instance Attribute Summary

Attributes inherited from Locator::Element

#attributes, #css, #locatables, #name

Instance Method Summary collapse

Methods inherited from FormElement

#lookup

Methods inherited from Locator::Element

#all, #locate, #xpath

Constructor Details

#initializeSelect

Returns a new instance of Select.



4
5
6
# File 'lib/locator/element/select.rb', line 4

def initialize
  super(:select)
end