Gets a list of browser kernel
Request method and path
html
POST http://localhost:[post]/openapi/app/all-browsers?ticket=[OpenApiToken]
Interface function description
Gets a list of browser kernels available when creating a windowed browser。
Request data
Header 请求参数
参数名 | 参数值 | 必填 | 类型 | 描述 |
---|---|---|---|---|
Content-Type | application/json | 是 | String | application/json |
Response result example
Successful response example
json
{
"code": "00000",
"message": "Success",
"data": {
"status": "success",
"errorCode": "",
"errorMsg": "",
"result": {
"browsers": [
{
"name": "Chrome 115",
"brand": "chrome",
"version": "115",
"status": "unInstall",
"statusNote": "内置浏览器资源有误,请重启App,或者联系官方客服解决!"
},
{
"name": "Chrome 119",
"brand": "chrome",
"version": "119",
"status": "unInstall",
"statusNote": "内置浏览器资源有误,请重启App,或者联系官方客服解决!"
},
{
"name": "Chrome 122",
"brand": "chrome",
"version": "122",
"status": "installed",
"statusNote": ""
},
{
"name": "Chrome 131",
"brand": "chrome",
"version": "131",
"status": "unInstall",
"statusNote": "该浏览器 chrome : 131 尚未下载安装,请在客户端下载并安装成功之后再使用!"
}
]
}
}
}