class Appium::Ios::Xcuitest::Bridge

Public Class Methods

for(target) click to toggle source
# File lib/appium_lib/ios/xcuitest/bridge.rb, line 21
def self.for(target)
  target.extend Appium::Ios
  target.extend Appium::Ios::Xcuitest
  target.extend Appium::Ios::Xcuitest::PasteBoard
  target.extend Appium::Ios::Xcuitest::Source
  target.extend Appium::Ios::Xcuitest::Helper
  target.extend Appium::Ios::Xcuitest::Gesture
  target.extend Appium::Ios::Xcuitest::MultiAppHandler
  target.extend Appium::Ios::Xcuitest::Element
  target.extend Appium::Ios::Xcuitest::Command
  target.extend Appium::Ios::Xcuitest::GetContext
end