Sha256: 1dbd78a1bc62189b376e6fc840b9d1171d7ffe93eaeb4444712ddc0935019cf8
Contents?: true
Size: 454 Bytes
Versions: 7
Compression:
Stored size: 454 Bytes
Contents
module PageObject module Platforms module SeleniumWebDriver module Image # # Return the width of the image. # def width dimension.width end # # Return the height of the image # def height dimension.height end private def dimension element.size end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems