browser_navigate_forward
Navigate to the next page in a browser session using structured web interactions. Simplifies forward navigation in automated workflows with Playwright MCP.
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"
}