Sha256: 1096e1a3e73e275dbe4ec0e3b565bf6d42ec0586afd9f9c9e45ecf35fac5f695
Contents?: true
Size: 426 Bytes
Versions: 49
Compression:
Stored size: 426 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
49 entries across 49 versions & 3 rubygems