# ScreenshotAction

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/stage-12.types.ts#L78)

Action to perform before taking screenshot

## Properties

| Property | Type |
|---|---|
| `type` | `'click' | 'dblclick' | 'type' | 'fill' | 'press' | 'wait' | 'scroll' | 'hover' | 'focus' | 'blur' | 'select' | 'navigate' | 'frame' | 'close-modal' | 'switch-tab' | 'freeze-toast'` |
| `selector` | `string` |
| `value` | `string` |
| `duration` | `number` |
| `key` | `string` |
| `optional` | `boolean` |
| `waitAfter` | `number` |
| `description` | `string` |
