browser.get_network_log
Retrieve captured HTTP request/response entries for a browser session, with optional filtering by method or URL substring and automatic PII scrubbing.
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
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| limit | No | ||
| method | No | ||
| url_contains | No |