使用API接口执行脚本(Execute Script)

使用API接口执行脚本(Execute Script):

Request Url:

http://127.0.0.1:35000/api/v1/profile/ExecuteScript

Request Type: POST

名称类型描述必传
profileIdstring浏览器配置文件IDtrue
bodystringJs code (需要 base64 编码 )true

Body
x-www-form-urlencoded

{
    "profileId": "17D40B01-566A-4E3F-888A-C40A404668B8",
    "body": "js code..."
}


注:

(1)使用本地接口时,需在客户端启动“浏览器自动化设置”并保存设置,教程请参考“开启浏览器自动化端口”

(2)profileId请参考“配置文件ID(Profile ID)在哪”教程或者使用profile/list的api接口获取所有profileId。