# ScreenshotStageConfig

**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#L343)

Configuration for the entire screenshot stage

## Properties

| Property | Type |
|---|---|
| `siteUrl` | `string` |
| `siteLoginUrl` | `string` |
| `siteEmail` | `string` |
| `sitePassword` | `string` |
| `framework` | `string` |
| `viewport` | `Viewport` |
| `fullPage` | `boolean` |
| `format` | `'png' | 'jpeg' | 'webp'` |
| `quality` | `number` |
| `maxConcurrentSessions` | `number` |
| `batchSize` | `number` |
| `maxRetries` | `number` |
| `uploadToAzure` | `boolean` |
| `azureContainerName` | `string` |
| `checkForDuplicates` | `boolean` |
| `replacementFormat` | `ReplacementFormat` |
| `skipCapture` | `boolean` |
| `skipUpload` | `boolean` |
| `skipReplacement` | `boolean` |
