get_console_logs
Retrieve recent browser console log messages from the active tab to debug JavaScript errors, warnings, and runtime output. Specify a limit for maximum entries or a tab ID to filter results.
Instructions
Return recent console log messages captured for the active tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries (default 50). | |
| tab_id | No | Optional tab id. |