Console logs
console_logsRetrieve console logs from a Chrome tab, optionally filtering by level and limit. Capture logs after content script injection for debugging.
Instructions
Return bounded console logs captured after the content script was injected in the target tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| tabId | No | Optional Chrome tab id. Defaults to the claimed session tab, then the active tab. | |
| levels | No | ||
| documentId | No | Exact frame document id returned by list_frames. Omit to target the current top document. | |
| sessionTabId | No | Optional claimed tab session id returned by claim_tab. |