browser-console
Capture browser console output by navigating to a URL, with options for real-time streaming, wait conditions, and custom browser commands.
Instructions
Navigate to a URL and capture console output from the browser with streaming support
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to | |
| stream | No | Whether to stream console output in real-time (default: true) | |
| timeout | No | Timeout in milliseconds (default: 30000) | |
| waitFor | No | CSS selector or text to wait for before capturing console (optional) | |
| commands | No | Browser commands to execute (e.g., "click .button wait 2s") (optional) |