Class: Locator::Element::Field

Inherits:
ElementsList show all
Defined in:
lib/locator/element/field.rb

Instance Attribute Summary

Attributes inherited from ElementsList

#elements

Attributes inherited from Locator::Element

#attributes, #css, #locatables, #name

Instance Method Summary collapse

Methods inherited from ElementsList

#lookup

Methods inherited from Locator::Element

#all, #locate, #xpath

Constructor Details

#initializeField

Returns a new instance of Field.



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

def initialize
  super(Input.new, TextArea.new)
end