get_console_messages
Retrieve captured console messages and exceptions from a real-browser tab. Set clear to empty the buffer or filter to exclude extension logs.
Instructions
Read a page of captured console messages and exceptions from a real-browser tab. Set clear=true to clear the full buffer after reading. Set filter='user' to exclude extension service-worker / content-script logs and keep only the page's own main-world console output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | ||
| filter | No | ||
| offset | No | ||
| timeout | No | ||
| max_items | No | ||
| session_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||