Sha256: 33428c90c358f141503de094da3b2e116bc4b902ca79c7908f16f7c80db493f7
Contents?: true
Size: 589 Bytes
Versions: 35
Compression:
Stored size: 589 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). # # @example # # @driver.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
35 entries across 35 versions & 1 rubygems