interceptor_browser_list_console
Retrieve console messages buffered since browser launch, with optional filters for type, text, and pagination. Use to inspect logs, warnings, and errors from a target browser session.
Instructions
List console messages buffered since the browser was launched. Types: log, info, warning, error, debug, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max messages to return (default: 50, max: 500) | |
| types | No | Filter by console message types | |
| offset | No | Offset into results (default: 0) | |
| target_id | Yes | Target ID from interceptor_browser_launch or interceptor_camoufox_launch | |
| text_filter | No | Filter by text substring |