RoboScriptExecution

用户提供的 Robo 脚本的执行统计信息。

JSON 表示
{
  "totalActions": integer,
  "successfulActions": integer
}
字段
totalActions

integer

Robo 脚本中的操作总数。

successfulActions

integer

成功执行的 Robo 脚本操作数。