Sha256: d77a359478a9cc67dfedc9c329405a9987070a52c9ae0b8f303c7e8b3dcd20b3
Contents?: true
Size: 346 Bytes
Versions: 18
Compression:
Stored size: 346 Bytes
Contents
module PageObject module Platforms module WatirWebDriver module Image # # Return the width of the image. # def width @element.width end # # Return the height of the image # def height @element.height end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems