launch_browser
Initiate browser connections to Chrome debugging ports, enabling automation and maintaining persistent login sessions for streamlined testing and debugging workflows.
Instructions
启动浏览器连接,连接到Chrome调试端口以保持登录状态
Input Schema
Name | Required | Description | Default |
---|---|---|---|
remote_host | No | 可选的远程Chrome主机URL (例如: http://localhost:9222) |
Input Schema (JSON Schema)
{
"properties": {
"remote_host": {
"description": "可选的远程Chrome主机URL (例如: http://localhost:9222)",
"type": "string"
}
},
"type": "object"
}