Class: Appium::Android::Bridge

Inherits:
Object
  • Object
show all
Defined in:
lib/appium_lib/android/android.rb

Class Method Summary collapse

Class Method Details

.for(target) ⇒ Object



33
34
35
36
# File 'lib/appium_lib/android/android.rb', line 33

def self.for(target)
  target.extend Appium::Android
  target.extend Appium::Android::Command
end