reload
Reload specific Firefox browser tabs using tab IDs to refresh content during automation or debugging processes on the Firefox MCP Server.
Instructions
Reload page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
tabId | No |
Input Schema (JSON Schema)
{
"properties": {
"tabId": {
"type": "string"
}
},
"type": "object"
}