RobotType Enum Values

What are the Robot license type of each enum?

License types are reflected as RobotType enum values in the Orchestrator database.

  • NonProduction = 0
  • Attended = 1
  • Unattended = 2
  • Development = 3
  • StudioX = 4
  • Headless = 5
  • StudioPro = 6
  • TestAutomation = 7
  • AutomationCloud = 8
  • Serverless = 9
  • AutomationKit = 10
  • ServerlessTestAutomation = 11
  • AutomationCloudTestAutomation = 12
  • AttendedStudioWeb = 13

“NonProduction”: 0,
“Attended”: 1,
“Unattended”: 2,
“Development”: 3,
“StudioX”: 4,
“Headless”: 5,
“StudioPro”: 6,
“TestAutomation”: 7,
“AutomationCloud”: 8,
“Serverless”: 9,
“AutomationKit”: 10