# ScreenshotAction

**Kind:** Interface

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

Screenshot Worker Client Types

Type definitions for communication with the screenshot-worker API.
These types mirror the screenshot-worker DTOs but are decoupled for
use in the doc-automation package.

## 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` |
| `selectorHint` | `string` |
| `value` | `string` |
| `duration` | `number` |
| `key` | `string` |
| `frameAction` | `'enter' | 'exit'` |
| `optional` | `boolean` |
| `description` | `string` |
| `waitAfter` | `number` |
