browser_go_forward
Navigate forward to the next page in a browser instance managed by Concurrent Browser MCP. Use instance ID to control specific browser sessions for efficient multi-instance navigation.
Instructions
Go forward to the next 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"
}