browser_console_logs
Retrieve recent console log, warning, and error messages from a browser page. Intercepts console output to return the last N messages for debugging.
Instructions
Get recent console.log/warn/error messages from the page. Installs a lightweight interceptor on first call. Returns the last N console messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of recent messages to return (default: 50) |