Attach to running Chrome
browser_attachAttach to a running Chrome instance via CDP endpoint to adopt your existing browser session or create an isolated stealthed context. Returns a session ID for tool interactions.
Instructions
Attach to a Chrome already running with --remote-debugging-port. mode: default (adopt your logged-in session — real cookies) | isolated (fresh stealthed context on the same Chrome). Returns a session id usable with all other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | default | |
| cdpEndpoint | No | http://127.0.0.1:9222 |