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