Sha256: f191ffa8a5d54b17cdb9f86678ba4aa13d5d595ef6b25b21ded13e74805b57b3
Contents?: true
Size: 213 Bytes
Versions: 12
Compression:
Stored size: 213 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
12 entries across 12 versions & 1 rubygems