Method: Appium::Core::Driver#automation_name
- Defined in:
- lib/appium_lib_core/driver.rb
#automation_name ⇒ Symbol (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.
129 130 131 |
# File 'lib/appium_lib_core/driver.rb', line 129 def automation_name @automation_name end |