get-screenshot
Capture a screenshot of the current webpage for documentation, debugging, or testing purposes. Integrated with Playwright MCP server to streamline web page interactions and enhance development workflows.
Instructions
Get a screenshot of the current 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"
}