Network Log
network_logView captured HTTP requests and responses from browser sessions. Filter network traffic by URL pattern, HTTP method, status range, or content-type to analyze timing, status codes, and response sizes.
Instructions
View captured HTTP requests/responses for a session. Shows method, status, URL, size, and timing. Filter by URL pattern, method, status range, or content-type. Network capture starts automatically when a session is created.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID. | |
| urlPattern | No | Regex or substring to filter URLs. | |
| method | No | HTTP method filter (GET, POST, etc). | |
| statusMin | No | Minimum status code (e.g. 400 for errors). | |
| statusMax | No | Maximum status code. | |
| contentType | No | Content-type filter (e.g. 'json'). |