- 一分钟,了解蓝印RPA
- webRPA接口
- 浏览器操作
- 鼠标操作
- 元素操作
- 页面操作
- 输入操作
- 网页设置
- 数据过滤与监听
- 数据操作
- 系统操作
- 等待操作
- Excel数据操作
在页面上通过鼠标点击获取xpath节点
POST
/learningRPA
请求参数
Body 参数application/json
method
string
方法名
brw_identify
string
必需
identify
integer
必需
示例
{
"method": "string",
"brw_identify": "string",
"identify": 0
}