Verify Network Absent
verify_network_absentAsserts that specified network calls do not fire after a UI action, verifying cache hits or blocking unnecessary prefetching.
Instructions
Assert that a list of forbidden network calls do NOT fire within withinMs of a referenced UI action. Use to verify cache hits or absence of unnecessary prefetching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| withinMs | No | ||
| sessionId | Yes | Active or completed session ID | |
| afterAction | Yes | Reference a prior UI action to anchor the time window | |
| filterDomains | No | Optional Proxyman domain filter | |
| forbiddenCalls | Yes | No matcher in this list may find any event in the window |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| passed | Yes | ||
| verdict | Yes | ||
| violations | Yes | ||
| anchorTimestamp | No |