screenshot
Capture a screenshot of the current webpage using AutoProbeMCP. Optional full-page or custom save path support for flexible usage in browser automation tasks.
Instructions
Take a screenshot of the current page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fullPage | No | Capture full scrollable page | |
path | No | Path to save screenshot (optional) |
Input Schema (JSON Schema)
{
"properties": {
"fullPage": {
"default": false,
"description": "Capture full scrollable page",
"type": "boolean"
},
"path": {
"description": "Path to save screenshot (optional)",
"type": "string"
}
},
"type": "object"
}