Sha256: 7c2fb99f6557467dc2ebfdba39b24004ad2fec69c332ffab4da0e57d261099fd
Contents?: true
Size: 366 Bytes
Versions: 7
Compression:
Stored size: 366 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
7 entries across 7 versions & 2 rubygems