Console Logs
page_console_logsRead browser console messages from the current tab. Filter by log level, paginate with cursor, and limit results.
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 | |||