assert_no_network_errors
Verify no failed network requests exist on the active tab. Reports failed count, request details, and overall result.
Instructions
Assert that there are no failed network requests (4xx, 5xx, or failed) for the tab. Returns failed count, list of failed requests, and pass/fail.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear network logs after checking | |
| tabId | No | Target tab ID (defaults to currently active tab) | |
| apiKey | No | API key for authentication if enabled |