Wait for Response Body
browser_wait_for_response_bodyWait for a specific network response and retrieve its raw or parsed body for debugging API calls, authentication flows, or redirect chains.
Instructions
Use when an action is expected to produce one response whose raw or parsed body is directly required for an API, authentication, redirect, or payload diagnosis. Preconditions: start the wait before the action, use narrow filters, and pass acknowledgeRawCapture: true on an authorized system. Next: extract only the needed fields and prefer trace search for multi-request investigations. Sensitivity: response bodies may contain credentials, personal data, application secrets, or large binary content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | ||
| status | No | ||
| maxBytes | No | ||
| urlRegex | No | ||
| parseJson | No | ||
| timeoutMs | No | ||
| urlContains | No | ||
| acknowledgeRawCapture | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| result | No |