# ValidateSelectorsResponseDto

**Kind:** Class

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

Response from selector validation

## Properties

| Property | Type |
|---|---|
| `url` | `string` |
| `success` | `boolean` |
| `results` | `Record<string, SelectorValidationResult>` |
| `allFound` | `boolean` |
| `allVisible` | `boolean` |
| `missingSelectors` | `string[]` |
| `suggestions` | `Record<string, string>` |
