browser_connect
Connect to a specific browser tab by ID for debugging. Set host and port to attach to browser DevTools.
Instructions
Connect to a specific browser tab for debugging
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Browser debugging host (default: localhost) | localhost |
| port | No | Browser debugging port (default: 9222) | |
| tabId | Yes | The ID of the tab to connect to |