Method: Appium::Core::Driver#automation_name

Defined in:
lib/appium_lib_core/driver.rb

#automation_nameSymbol (readonly)

Automation name sent to appium server or received by server.
If automation_name is nil, it is not set both client side and server side.

Returns:

  • (Symbol)

129
130
131
# File 'lib/appium_lib_core/driver.rb', line 129

def automation_name
  @automation_name
end