# FlowValidateRequestDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/flow-replay.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/dto/flow-replay.dto.ts#L241)

Headless selector validation for a live tour: the worker walks the recipe in
one context WITHOUT taking screenshots and reports, per step, whether the
recorded selector still resolves — and when it doesn't, tries to HEAL it
(xpath fallback, then an elementText/aria match rebuilt into a unique CSS
path). Stored input values are never replayed (the api strips them).

**Extends:** `FlowReplayRequestDto`
