Sha256: f593c8295ad367ac158a89a14d921fcd3bd494cc5b3482aba59b6c517dbcb458
Contents?: true
Size: 369 Bytes
Versions: 5
Compression:
Stored size: 369 Bytes
Contents
module PageObject module Platforms module LdsWatirWebDriver 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
5 entries across 5 versions & 1 rubygems