# SelectorInfo

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/types/route-mapping.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/types/route-mapping.ts#L45)

Information about an interactive element selector

## Properties

| Property | Type |
|---|---|
| `selector` | `string` |
| `type` | `SelectorType` |
| `text` | `string` |
| `testId` | `string` |
| `ariaLabel` | `string` |
| `confidence` | `ConfidenceLevel` |
