Console logs
console_logsRetrieve recent console output and uncaught exceptions from a target to identify why it failed, including errors not visible on screen.
Instructions
Return recent console output and uncaught exceptions captured from the target since it was first inspected. The fastest way to see why something failed — errors that never appear on screen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries (most recent first-in-window). | |
| target_id | Yes | Target id from list_targets — the page / webview / Electron window to inspect. |