browser-console
Navigate to web pages and capture browser console output with real-time streaming, allowing developers to monitor JavaScript errors, logs, and debug information during automation.
Instructions
Navigate to a URL and capture console output from the browser with streaming support
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to navigate to | |
| 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) | |
| stream | No | Whether to stream console output in real-time (default: true) |