# SelectorValidationResult

**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#L791)

Result for a single selector validation

## Properties

| Property | Type |
|---|---|
| `selector` | `string` |
| `found` | `boolean` |
| `visible` | `boolean` |
| `tagName` | `string` |
| `attributes` | `Record<string, string>` |
| `suggestion` | `string` |
