Module: Appium

Defined in:
lib/appium_lib.rb,
lib/appium_lib/driver.rb,
lib/appium_lib/common/version.rb,
lib/appium_lib/android/dynamic.rb

Defined Under Namespace

Modules: Android, Common, Ios Classes: Driver

Constant Summary collapse

VERSION =

Version and Date are defined on the ‘Appium’ module, not ‘Appium::Common’

'0.5.1'
DATE =
'2013-05-24'

Class Method Summary collapse

Class Method Details

.add_to_path(file, path = false) ⇒ Object



17
18
19
20
21
22
# File 'lib/appium_lib.rb', line 17

def self.add_to_path file, path=false
 path = path ? "../#{path}/" : '..'
 path = File.expand_path path, file

 $:.unshift path unless $:.include? path
end