class PageObject::Elements::Area
Public Instance Methods
coords()
click to toggle source
return the coordinates of the area
# File lib/page-object/elements/area.rb, line 9 def coords attribute(:coords) end
href()
click to toggle source
return the href of the area
# File lib/page-object/elements/area.rb, line 23 def href attribute(:href) end
shape()
click to toggle source
return the shape of the area
# File lib/page-object/elements/area.rb, line 16 def shape attribute(:shape) end