Method: PageObject::Platforms::SeleniumWebDriver::Image#width
- Defined in:
- lib/page-object/platforms/selenium_webdriver/image.rb
#width ⇒ Object
Return the width of the image.
9 10 11 |
# File 'lib/page-object/platforms/selenium_webdriver/image.rb', line 9 def width dimension.width end |