Command Type
Command Type ID: 23Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| timeout | number | Timeout in milliseconds (defines the capture duration) | Yes |
Usage Examples
Capture HAR for 10 Seconds
Common Use Cases
- Network Debugging: Capture all XHR/fetch calls made by a page during load
- API Discovery: Identify undocumented API endpoints by observing network traffic
- Performance Analysis: Record timing information for all network requests
Related Commands
- Web Request - Listen to individual request lifecycle events
- Fetch Web Request - Make fetch requests from browser context