Wait for Network Response
browser_wait_for_responseWait for a network response matching method, status, or URL patterns, then correlate it with the triggering action for debugging.
Instructions
Use when an action is expected to produce a response and timing or endpoint matching is the central question. Preconditions: start this wait before triggering the relevant action and provide narrow URL, method, or status filters. Next: correlate the matched response with the action or use the body variant only when content matters. Sensitivity: response metadata can expose private URLs, headers, status details, and timing information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | ||
| status | No | ||
| urlRegex | No | ||
| timeoutMs | No | ||
| urlContains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |