Verify Network Sequence
verify_network_sequenceAssert network calls occur in a specified chronological order, optionally enforcing strict mode to reject any unmatched events between matches.
Instructions
Assert that a set of network calls happened in a specific chronological order. Strict mode fails if any unmatched event appears between ordered matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strict | No | If true, no un-matched events may appear between ordered matches | |
| matcher | No | Optional pre-filter applied before ordering | |
| withinMs | No | Optional window around afterAction; omit to scan all session traffic | |
| sessionId | Yes | Active or completed session ID | |
| afterAction | No | Reference a prior UI action to anchor the time window | |
| expectedOrder | Yes | Matchers that must fire in this chronological order | |
| filterDomains | No | Optional Proxyman domain filter |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| passed | Yes | ||
| missing | No | ||
| verdict | Yes | ||
| actualOrder | Yes | ||
| firstDeviationIndex | No |