Sha256: 74061a2c1a287fb43754afb0a1f2f7a86fd9f05da24d9e93ab169bf868a938ed

Contents?: true

Size: 462 Bytes

Versions: 3

Compression:

Stored size: 462 Bytes

Contents

require_relative '../../ios_xcuitest'

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

            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/xcuitest/bridge.rb
appium_lib-9.7.4 lib/appium_lib/core/ios/xcuitest/bridge.rb
appium_lib-9.7.3 lib/appium_lib/core/ios/xcuitest/bridge.rb