assert_no_console_errors
Check for console errors in a browser tab. Returns pass/fail status with error count and list of errors to ensure clean console output.
Instructions
Assert that there are no console errors (or specified level entries) for the tab. Returns error count, list of errors, and pass/fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | Console level to check | error |
| clear | No | Clear logs after checking | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |