Module: Appium::Core::Ios::Xcuitest::Bridge
- Defined in:
- lib/appium_lib_core/ios/xcuitest/bridge.rb
Class Method Summary collapse
Class Method Details
.for(target) ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/appium_lib_core/ios/xcuitest/bridge.rb', line 6 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 |