network_start
Captures network requests and responses with full headers. Optionally fetch response bodies on demand using network_get.
Instructions
Begin capturing network requests + responses with full headers.
Args:
capture_bodies: if True (default), also indexes by request_id so
network_get(include_body=True) can fetch response bodies on
demand via CDP Network.getResponseBody.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| capture_bodies | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |