Sha256: fefe10c7de0839339a792f2d3b10a7a6baa62461ad65451dee9727d093615fa8

Contents?: true

Size: 408 Bytes

Versions: 3

Compression:

Stored size: 408 Bytes

Contents

require_relative '../../ios'

module Appium
  module Core
    module Ios
      module Uiautomation
        module Bridge
          def self.for(target)
            Core::Ios::SearchContext.extend
            target.extend Appium::Ios::Device

            Core::Ios::Uiautomation.patch_webdriver_element

            Core::Ios::Touch.extend_touch_actions
          end
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
appium_lib-9.7.5 lib/appium_lib/core/ios/uiautomation/bridge.rb
appium_lib-9.7.4 lib/appium_lib/core/ios/uiautomation/bridge.rb
appium_lib-9.7.3 lib/appium_lib/core/ios/uiautomation/bridge.rb