Sha256: b5971d3c9640f79c3e4b534c0d02be46d05845b4dc68b8dcb8b2279614ad4fe2

Contents?: true

Size: 671 Bytes

Versions: 4

Compression:

Stored size: 671 Bytes

Contents

module Appium
  module Ios
    class << self
      # @!method uiautomation_find
      #   find_element/s can be used with a [UIAutomation command](https://developer.apple.com/library/ios/documentation/ToolsLanguages/Reference/UIAWindowClassReference/UIAWindow/UIAWindow.html#//apple_ref/doc/uid/TP40009930).
      #
      #   ```ruby
      #    find_elements :uiautomation, 'elements()
      #   ```
      def extended(_mod)
        ::Appium::Driver::SearchContext::FINDERS[:uiautomation] = '-ios uiautomation'
        ::Appium::Driver::SearchContext::FINDERS[:predicate] = '-ios predicate string'
      end
    end # class << self
  end # module Ios
end # module Appium

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
appium_lib-9.1.3 lib/appium_lib/ios/mobile_methods.rb
appium_lib-9.1.2 lib/appium_lib/ios/mobile_methods.rb
appium_lib-9.1.1 lib/appium_lib/ios/mobile_methods.rb
appium_lib-9.1.0 lib/appium_lib/ios/mobile_methods.rb