browser_console_logs
Retrieve recent console.log, warn, and error messages from the page. Installs a lightweight interceptor to return the last N entries.
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) |