Action: Screenshot

Captures and saves a screenshot of the page

📖 Description

The Screenshot action captures an image of the current page and saves it to a file. If no path is provided, the image will be stored in a screenshots folder next to the script. You can choose whether to capture the full page or only the visible area.

🧩 Structure
Field Type Required DescriptionDefault value

path

string File path where the screenshot will be saved. Can be relative or absolute."home.png"

fullPage

bool Whether to capture the full page. If true, the screenshot will include the entire scrollable area. Default: true.true
📋 Example
{
  "name": "Take full screenshot",
  "action": "Screenshot",
  "path": "home.png",
  "fullPage": true
}
📄 Site updated: 17.06.2025 00:01
An unhandled error has occurred. Reload 🗙