get_console_logs
Retrieve browser console logs to debug web applications, filter messages by type or pattern, and monitor errors during automated browsing sessions.
Instructions
Get captured console messages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Page ID (uses active page if not specified) | |
| types | No | Filter by message types | |
| pattern | No | Filter by text pattern (regex) | |
| limit | No | Maximum entries to return | |
| onlyErrors | No | Only return errors/warnings |