# CapturedStepDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/capture/dto/create-flow.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/capture/dto/create-flow.dto.ts#L40)

One recorded step in the recipe. Mirrors CapturedStep in the contract.

## Properties

| Property | Type |
|---|---|
| `order` | `number` |
| `action` | `CaptureAction` |
| `selector` | `string` |
| `xpath` | `string` |
| `elementText` | `string` |
| `elementRole` | `string` |
| `url` | `string` |
| `boundingBox` | `BoundingBoxDto` |
| `value` | `string` |
| `note` | `string` |
| `caption` | `string` |
| `redactions` | `RedactBoxDto[]` |
| `ts` | `number` |
