@vowel.to/client / index / AutomationSearchResult
Interface: AutomationSearchResult
Defined in: lib/vowel/types/types.ts:124
Search result from automation adapter
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
id | string | Element ID for interaction (e.g., "apple_banana") | lib/vowel/types/types.ts:126 |
tag | string | HTML tag name | lib/vowel/types/types.ts:128 |
type? | string | Element type (for inputs) | lib/vowel/types/types.ts:130 |
text? | string | Visible text content | lib/vowel/types/types.ts:132 |
placeholder? | string | Placeholder text | lib/vowel/types/types.ts:134 |
ariaLabel? | string | ARIA label | lib/vowel/types/types.ts:136 |
role? | string | Role | lib/vowel/types/types.ts:138 |
matchScore | number | Match score (0-1, higher = better) | lib/vowel/types/types.ts:140 |
matchedField? | string | Field that matched | lib/vowel/types/types.ts:142 |
matchedValue? | string | Value that matched | lib/vowel/types/types.ts:144 |
visible | boolean | Whether element is visible | lib/vowel/types/types.ts:146 |
interactive | boolean | Whether element is interactive | lib/vowel/types/types.ts:148 |