# CapturedDOMState

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/services/action-executor.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/services/action-executor.service.ts#L13)

DOM state captured from a page

## Properties

| Property | Type |
|---|---|
| `url` | `string` |
| `html` | `string` |
| `hasModal` | `boolean` |
| `hasError` | `boolean` |
| `errorMessages` | `string[]` |
| `visibleButtons` | `{ selector: string; text: string; isEnabled: boolean }[]` |
| `visibleInputs` | `{ selector: string; type: string; placeholder: string }[]` |
| `isLoading` | `boolean` |
| `pageTitle` | `string` |
