browser_act
Execute a list of browser actions on a tab in order, then return the refreshed element table for further automation steps.
Instructions
Run a list of operations on the target tab in order, then return the fresh element table. ops: [{op:"click",ref:"e12"} | {op:"type",ref:"e7",text:"..."} | {op:"select",ref:"e8",value:"..."} | {op:"key",key:"Enter"} | {op:"scroll",dy:600} | {op:"wait",ms:500}].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | ||
| tabId | No |