browser_batch
Execute up to 20 sequential browser actions like click, type, hover, scroll, and screenshot in a single batch request.
Instructions
批量执行多个浏览器操作,每个步骤包含type(操作类型: click/type/hover/scroll/screenshot等)、selector(选择器)、text(输入文本)等参数。支持最多20个操作。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| steps | Yes | 操作步骤数组,每个步骤包含type、selector、text等参数 | |
| maxSteps | No | 最大操作步骤数,默认20 |