module PageObject::Platforms::LdsWatirWebDriver::Image
Public Instance Methods
height()
click to toggle source
Return the height of the image
# File lib/page-object/platforms/lds_watir_webdriver/image.rb, line 16 def height element.height end
width()
click to toggle source
Return the width of the image.
# File lib/page-object/platforms/lds_watir_webdriver/image.rb, line 9 def width element.width end