帮助中心
当前位置: 首页 > 帮助中心 > 公开AIP接口
各类元素识别接口-执行ADB命令
发布日期:2022-06-28阅读次数:0

6.执行ADB命令

名称

必选

类型

说明

Action

RunAdb

String

任务值不可更改

Text

ADB指令

String

指令文本

Devices

Device[]

Device[]

要执行的手机

 

发送示例:

{

"Action": "RunAdb",

"Text": "input swipe 100 100 200 200",

"Devices": [

             {

                "Key":"1095cc81"

             },

             {

                "Key":"10a5cc1c"

             }

             ]

}