browser_screenshot
Capture webpage screenshots in Windows automation workflows. Save screenshots to specified paths and choose between visible area or full-page captures for documentation and testing purposes.
Instructions
截取网页截图
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | 保存路径(可选) | |
| fullPage | No | 是否整页截图(可选) | |
| sessionId | No | 会话 ID(可选) |
Input Schema (JSON Schema)
{
"properties": {
"fullPage": {
"description": "是否整页截图(可选)",
"type": "boolean"
},
"path": {
"description": "保存路径(可选)",
"type": "string"
},
"sessionId": {
"description": "会话 ID(可选)",
"type": "string"
}
},
"type": "object"
}