Class: Locator::Element::TextArea

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

Instance Attribute Summary

Attributes inherited from Locator::Element

#attributes, #locatables, #name

Instance Method Summary collapse

Methods inherited from FormElement

#lookup

Methods inherited from Locator::Element

#all, #locate, #xpath

Constructor Details

#initializeTextArea

Returns a new instance of TextArea.



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

def initialize
  super('textarea', :equals => [:id, :name])
end