browser.get_network_log
Retrieve and filter HTTP request/response logs from browser sessions with automatic PII scrubbing for security analysis.
Instructions
Return captured HTTP request/response entries for a session. Filtered by method (GET/POST/...) or URL substring. All sensitive headers and bodies are automatically PII-scrubbed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| limit | No | ||
| method | No | ||
| url_contains | No |