browser-console
Capture and stream browser console output by navigating to a specified URL. Execute custom commands, wait for elements, and manage timeouts for precise browser automation tasks.
Instructions
Navigate to a URL and capture console output from the browser with streaming support
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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) | |
| timeout | No | Timeout in milliseconds (default: 30000) | |
| url | Yes | The URL to navigate to | |
| waitFor | No | CSS selector or text to wait for before capturing console (optional) |