Manage Fetch interception
network_interceptControl Chrome network requests by enabling, polling, continuing, failing, fulfilling, listing, or disabling CDP Fetch interception. Paused requests stay blocked until you handle or disable them.
Instructions
Enable, poll, continue, fail, fulfill, list, or disable explicit CDP Fetch interception. Paused requests remain blocked until handled or interception is disabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| action | Yes | ||
| method | No | ||
| headers | No | ||
| patterns | No | ||
| requestId | No | ||
| sessionId | Yes | ||
| timeoutMs | No | ||
| bodyBase64 | No | ||
| errorReason | No | ||
| responseCode | No | ||
| postDataBase64 | No | ||
| responseHeaders | No | ||
| targetSessionId | No | ||
| handleAuthRequests | No |