console_monitor
Monitor console logs from a web page by URL. Filter by type (log, info, warning, error) and set duration.
Instructions
Monitor console logs on a page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to monitor console logs from | |
| filterTypes | No | Types of console messages to capture | |
| duration | No | How long to monitor in milliseconds. Default: 5000 (configurable via VUDA_STABILITY_WAIT) | |
| interactionSelector | No | Optional element to click before monitoring |