browser_launch
Launch a Chrome browser instance for dynamic analysis of login encryption logic, supporting headless mode, proxy, and connection to existing instances.
Instructions
启动Chrome浏览器实例,支持headless模式和代理设置
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| headless | No | 是否无头模式,默认false(可视化) | |
| chromePath | No | Chrome可执行文件路径 | |
| proxy | No | 代理服务器地址,如 http://127.0.0.1:8080 | |
| wsEndpoint | No | 连接已有Chrome实例的WebSocket地址 |