browser_close
Close a web page in the Playwright MCP server to end the browser session, ensuring efficient resource management 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"
}