Console Logs
page_console_logsRetrieve browser console messages from the current tab with level filtering and cursor-based pagination for efficient debugging.
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 | |||