Sha256: 4e588d0b8bb93050648930489f65e69e20db9fdab33928fb62c95c4bfa6a6201
Contents?: true
Size: 214 Bytes
Versions: 36
Compression:
Stored size: 214 Bytes
Contents
# UIAWindow methods module Appium module Common # Get the window's size def window_size return nil if @driver.nil? @driver.manage.window.size end end # module Common end # module Appium
Version data entries
36 entries across 36 versions & 1 rubygems