browser_screenshot
Capture a screenshot of the current page or full page using an isolated browser per agent, preventing conflicts in concurrent automation.
Instructions
截图(别名)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fullPage | Yes | 是否整页截图(默认 false) | |
| _agent_id | No | 隔离键:同一 agent 的所有调用传相同的值以保持其浏览器;不同 agent 传不同的值以获取独立浏览器。省略则共享默认浏览器。 |