Method: PageObject::Elements::Element#style

Defined in:
lib/page-object/elements/element.rb

#style(property) ⇒ Object

get the value of the given CSS property



47
48
49
# File 'lib/page-object/elements/element.rb', line 47

def style(property)
  element.style property
end