Connect to a browser over CDP
browser_connectConnect to a Chrome browser using the DevTools Protocol to switch between open tabs and browsers without restarting the server.
Instructions
Attach Blinkwire to a Chrome instance exposing the DevTools Protocol. Use this to switch browsers or tabs without restarting the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Host to connect to (default 127.0.0.1) | |
| port | No | Debugging port (default 9222) | |
| index | No | Attach to the Nth matching tab | |
| matchUrl | No | Attach to the tab whose URL contains this text | |
| matchTitle | No | Attach to the tab whose title contains this text | |
| cdpEndpoint | No | Base URL of the CDP endpoint, e.g. http://127.0.0.1:9222 |