browser_connect
Connect to a running Chrome browser via CDP to extract authentication cookies, enabling new browser instances to skip re-login.
Instructions
Connect to an existing Chrome browser via CDP and extract auth cookies. Chrome must be running with --remote-debugging-port. This also extracts cookies/storage so new instances can be created without re-login.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cdpUrl | No | Chrome CDP URL. Default: http://localhost:9222 | http://localhost:9222 |
| pageIndex | No | Index of the page to extract auth from (0-based). Default: 0 |