safari_get_network_logs
Retrieve network activity logs from Safari browser for detailed performance analysis. Input a session ID to extract and analyze network request details.
Instructions
Get network activity logs for performance analysis
Input Schema
Name | Required | Description | Default |
---|---|---|---|
sessionId | Yes | Session identifier |
Input Schema (JSON Schema)
{
"properties": {
"sessionId": {
"description": "Session identifier",
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}