puppeteer_connect_active_tab
Connect to an existing Chrome tab via remote debugging to automate actions without launching a new browser instance.
Instructions
Connect to an existing Chrome instance with remote debugging enabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetUrl | No | Optional URL of the target tab to connect to. If not provided, connects to the first available tab. | |
| debugPort | No | Optional Chrome debugging port (default: 9222) |