Class: Locator::Element::Area

Inherits:
Locator::Element show all
Defined in:
lib/locator/element/area.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

#initializeArea

Returns a new instance of Area.



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

def initialize
  super(:area, :matches => [:alt])
end