Network capture: start
browser_network_startStart capturing network requests from a page and get a captureId to enable monitoring, filtering, and body capture with related network tools.
Instructions
Start capturing network requests made by the page. Returns a captureId used with the other browser_network_* tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional URL substring / pattern to filter captured requests | |
| includeBodies | No | Also capture request/response bodies (default: false) |