puppeteer_connect_active_tab
Connect to an active Chrome tab with remote debugging enabled using Puppeteer. Specify a target URL or connect to the first available tab for browser automation tasks like navigation and form interactions.
Instructions
Connect to an existing Chrome instance with remote debugging enabled
Input Schema
Name | Required | Description | Default |
---|---|---|---|
debugPort | No | Optional Chrome debugging port (default: 9222) | |
targetUrl | No | Optional URL of the target tab to connect to. If not provided, connects to the first available tab. |