get_performance_metrics
Retrieve performance metrics like timing and memory usage for a specific Firefox browser tab using Playwright automation on the Firefox MCP Server.
Instructions
Get performance metrics (timing, memory usage)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tabId | No |
Input Schema (JSON Schema)
{
"properties": {
"tabId": {
"type": "string"
}
},
"type": "object"
}