Sha256: 97ff2a37e406a7d0295f1f1ab64c407fb1dbb63da459dd4be68a066e22dcff38
Contents?: true
Size: 341 Bytes
Versions: 7
Compression:
Stored size: 341 Bytes
Contents
module Fluent module Platforms module WatirWebDriver module Image def width web_element.width end def height web_element.height end def loaded? web_element.loaded? end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems