screenshot
Capture screenshots in Firefox using Playwright automation. Specify file path, tab ID, and full-page options for precise browser image capturing.
Instructions
Take a screenshot
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fullPage | No | ||
path | No | screenshot.png | |
tabId | No |
Input Schema (JSON Schema)
{
"properties": {
"fullPage": {
"default": false,
"type": "boolean"
},
"path": {
"default": "screenshot.png",
"type": "string"
},
"tabId": {
"type": "string"
}
},
"type": "object"
}