browser_navigate_forward
Move forward to the next page in the browser session using the Playwright MCP server’s browser automation capabilities.
Instructions
Go forward to the next page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}