> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/utility/screenshot.md).

# Screenshot

Screenshot adds an image to the Test Case result at that point in the Flow. Use it when you want a deliberate capture beyond the automatic step screenshots.

![Screenshot Test Step](https://app.does.qa/screenshots/node/utility_screenshot.png)

## When to use it

* Capture the viewport after a key milestone.
* Use **Full Page** when you need the whole scrollable page in one image.
* Prefer step-level “When should screenshots be taken?” on other steps for failure evidence.

## Configure

### Basics

| Field    | What to set                         |
| -------- | ----------------------------------- |
| **Mode** | `Viewport` (default) or `Full Page` |

### Advanced

| Field              | What to set                                          |
| ------------------ | ---------------------------------------------------- |
| **Status on fail** | [Failed Status](/test-step-options/failed-status.md) |

## Related

* [Element Snapshot](/test-steps/vision/element-snapshot.md)
* [Utility](/test-steps/utility.md)

**Tags:** `utility`, `screenshot`, `viewport`, `full page`
