screenshot
Capture and save webpage screenshots using AdsPower LocalAPI MCP Server, with options to specify the save path and choose between full-page or partial snapshots for precise documentation or analysis.
Instructions
Get the screenshot of the page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
isFullPage | No | The is full page of the screenshot | |
savePath | No | The path to save the screenshot |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"isFullPage": {
"description": "The is full page of the screenshot",
"type": "boolean"
},
"savePath": {
"description": "The path to save the screenshot",
"type": "string"
}
},
"type": "object"
}