Sha256: 495e94b5916864501288be3e11b2faa2cff5e6808170a77512af6a89c75ebd43
Contents?: true
Size: 579 Bytes
Versions: 6
Compression:
Stored size: 579 Bytes
Contents
module Appium module Core module Android module SearchContext # @!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 self.extend ::Appium::Core::Base::SearchContext.add_finders(uiautomator: '-android uiautomator') end end # class << self end # module Ios end # module Core end # module Appium
Version data entries
6 entries across 6 versions & 1 rubygems