Sha256: b21dfbf1a82437c11814d3e0bdbd1958eb79a0f3092055a949d1949013e6bab7
Contents?: true
Size: 514 Bytes
Versions: 28
Compression:
Stored size: 514 Bytes
Contents
module Appium module Android class << self # @!method uiautomator_find # find_element/s can be used with a [UISelector](http://developer.android.com/tools/help/uiautomator/UiSelector.html). # # ```ruby # find_elements :uiautomator, 'new UiSelector().clickable(true)' # ``` def extended(_mod) ::Appium::Driver::SearchContext::FINDERS[:uiautomator] = '-android uiautomator' end end # class << self end # module Android end # module Appium
Version data entries
28 entries across 28 versions & 1 rubygems