Skip to main content

Screenshot

The Screenshot step in Snappit captures a visual snapshot of a specific element on the web page. This feature is useful for documentation, monitoring changes, or archiving visual states during workflow execution.

Snappit Screenshot Step


📸 Purpose

To capture a screenshot of a targeted DOM element and output the screenshot as a file.


⚙️ Inputs

  1. Target – The DOM element to capture. This must be a valid selectable target element on the page.

📤 Output

  • A screenshot file variable containing the captured image.
  • This file can be used in subsequent workflow steps, such as uploads, storage, or reporting.

✅ Behavior

  • Waits for the target element to be fully rendered and visible
  • Captures a high-quality image of the selected element
  • Saves the image as a downloadable or processable file within the workflow

🔍 Use Case

  • Capturing product images for archiving
  • Saving visual proof of automation steps
  • Monitoring content changes visually over time

The Screenshot step enhances Snappit workflows with visual feedback and inspection capabilities, making it easier to validate, document, and leverage UI states effectively.