browser.get_network_log
Retrieve HTTP request and response entries from a browser session, filtered by method or URL substring, with PII automatically removed.
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 |
|---|---|---|---|
| limit | No | ||
| method | No | ||
| session_id | Yes | ||
| url_contains | No |