chrome_list_console_messages
Retrieve console messages captured by the extension, with options to clear the log or filter by tab, URL, or title.
Instructions
List console messages captured in the page by the companion extension.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear the captured console log after reading. | |
| targetId | No | Chrome tab id to target. | |
| urlIncludes | No | Match the target tab by URL substring. | |
| titleIncludes | No | Match the target tab by title substring. |