browser_console_logs
Retrieve recent browser console messages (log, warn, error) by installing a lightweight interceptor on first call. Returns the last N messages to debug page issues.
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) |