network_capture_stop
Stop active network capture on a browser tab and retrieve filtered request records by URL, resource type, HTTP status, or response bodies, then release the debugger lease.
Instructions
Stop Network capture on a real-browser tab, optionally filter returned records by URL, resource type, HTTP status range, or response-body inclusion, and release its debugger lease. url_pattern uses the browser's JavaScript RegExp syntax and invalid patterns return a structured error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | ||
| session_id | No | ||
| status_max | No | ||
| status_min | No | ||
| url_pattern | No | ||
| resource_type | No | ||
| include_response_bodies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||