safari_get_performance_metrics
Retrieve page performance metrics from Safari sessions using sessionId, enabling analysis of browser behavior and page efficiency for automation and debugging tasks.
Instructions
Get page performance metrics
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"
}