cdp_connect
Connect to a running Chrome/Chromium instance with CDP enabled for browser automation and debugging.
Instructions
Connect to an already-running Chrome/Chromium instance with CDP enabled.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | CDP debugging port (default: 9222) | |
| host | No | CDP host (default: localhost) | |
| tab | No | Tab index to connect to (default: 0) |