browser_launch
Launch a browser instance with DevTools debugging enabled to allow AI assistants to connect and analyze frontend console, network, and backend logs.
Instructions
Launch a new browser instance with debugging enabled
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to open in the browser (e.g., http://localhost:3000) | |
| debugPort | No | Chrome DevTools debugging port (default: 9222) | |
| executablePath | No | Path to Chrome/Chromium executable (auto-detected if not provided) | |
| useDefaultBrowser | No | Open URL in system default browser instead of Chrome with debugging |