# ModalCaptureSpec

**Kind:** Interface

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

Modal capture specification

## Properties

| Property | Type |
|---|---|
| `modalName` | `string` |
| `triggerSelector` | `string` |
| `triggerText` | `string` |
| `closeMethod` | `'button-text' | 'data-dismiss' | 'escape'` |
| `closeButtonTexts` | `string[]` |
