Method: PageObject::Platforms::WatirWebDriver::Image#width

Defined in:
lib/page-object/platforms/watir_webdriver/image.rb

#widthObject

Return the width of the image.



9
10
11
# File 'lib/page-object/platforms/watir_webdriver/image.rb', line 9

def width
  element.width
end