Method: Appium::Core::Driver#device

Defined in:
lib/appium_lib_core/driver.rb

#deviceSymbol (readonly)

Device type to request from the appium server

Returns:

  • (Symbol)

    :android and :ios, for example


124
125
126
# File 'lib/appium_lib_core/driver.rb', line 124

def device
  @device
end