console_get_logs
Retrieve recorded browser console logs for a tab. Filter entries by log type, text search, or limit to inspect errors, warnings, and debug messages.
Instructions
Get recorded console logs for a tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by log type: log, debug, info, error, warning, etc. | |
| limit | No | Maximum number of entries to return | |
| search | No | Filter by text content | |
| targetId | Yes | Target ID of the tab |