browser_resize
Change the browser window size to specified width and height for the agent's isolated browser, enabling responsive testing and consistent viewport in automated workflows.
Instructions
调整浏览器窗口大小
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | 宽度 | |
| height | Yes | 高度 | |
| _agent_id | No | 隔离键:同一 agent 的所有调用传相同的值以保持其浏览器;不同 agent 传不同的值以获取独立浏览器。省略则共享默认浏览器。 |