Console Logs
page_console_logsFilter and retrieve browser console messages from the current tab using level, cursor pagination, and result limit.
Instructions
Read bounded browser console messages from the current tab. Supports level filtering, cursor pagination, and a maximum result limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Console level filter: all, error, warning, warn, info, or log. | all |
| limit | No | Maximum number of console entries to return. | |
| since | No | Return only log entries with index greater than this cursor. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||