Sha256: 72efd9a494fc7cbe19e099eb3e0244132de322c414e63d6796b2e6fb8b5a69c0
Contents?: true
Size: 199 Bytes
Versions: 71
Compression:
Stored size: 199 Bytes
Contents
# encoding: utf-8 # UIAWindow methods module Appium::Common # Get the window's size def window_size return nil if @driver.nil? @driver.manage.window.size end end # module Appium::Common
Version data entries
71 entries across 71 versions & 1 rubygems