browser_go_back
Navigate to the previous page in a browser instance by specifying its instance ID, enabling seamless backtracking in multi-instance environments.
Instructions
Go back to the previous page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instanceId | Yes | Instance ID |
Input Schema (JSON Schema)
{
"properties": {
"instanceId": {
"description": "Instance ID",
"type": "string"
}
},
"required": [
"instanceId"
],
"type": "object"
}