browser_navigate_back
Navigate back to the previous webpage using Playwright MCP, enabling seamless back-button functionality in browser automation workflows for efficient web interaction.
Instructions
Go back to the previous 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"
}