read_console
Read console messages captured since page load, including uncaught errors and unhandled rejections, with options to filter by level, limit, and output format.
Instructions
Read console messages captured since page load, incl. uncaught errors and unhandled rejections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear buffer after read | |
| level | No | all merges every level in one chronological list | all |
| limit | No | Most recent; buffer 1000 | |
| format | No | lines is compact; json keeps timestamps and stack traces | lines |
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one |