computer.browser
Launch and control a Chromium browser in an isolated profile for automation, using CDP and accessibility backends to inspect, click, set values, and send keys.
Instructions
通过独立 profile 和 CDP/DOM Accessibility 后端操作 Chromium 页面;不会复用用户浏览器 profile。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| keys | No | ||
| port | No | ||
| query | No | ||
| value | No | ||
| action | Yes | ||
| window | No | ||
| executable | No | 浏览器可执行文件路径;launch 时使用。 | |
| profileDir | No | 仅允许项目数据目录下的独立 profile。 | |
| readyTimeoutMs | No |