browser_close
Close the current browser page in the Playwright MCP server, enabling efficient management of web interactions during browser automation tasks.
Instructions
Close the 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"
}