21
22
23
24
25
26
27
28
29
30
31
32
|
# 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
|