Purpose
Use Take Screenshot to debug selector drift, document failed runs, or preserve proof of what the browser saw.
How it works
- Captures a browser screenshot.
- Can write the image to a selected folder.
- Continues to the next connected block.
Configuration fields
| Field | Required | Default | Description |
|---|---|---|---|
| Filename | No | - | Optional image filename. |
| Save Folder | No | - | Optional folder where screenshots should be saved. |
| Full page screenshot | No | false | Intended to capture the full page rather than only the viewport. |
Usage notes
- Add screenshots before or after exports to diagnose unexpected empty CSV rows.
- Use clear filenames for manual QA runs.
- Scroll before screenshotting content that appears below the fold.
Caveats
- The current runtime uses the same WebDriver screenshot call for full-page and viewport capture, so full-page behavior may depend on browser support.