Skip to content

@vowel.to/client v0.1.2-393


@vowel.to/client / index / AutomationSearchResult

Interface: AutomationSearchResult

Defined in: lib/vowel/types/types.ts:124

Search result from automation adapter

Properties

PropertyTypeDescriptionDefined in
idstringElement ID for interaction (e.g., "apple_banana")lib/vowel/types/types.ts:126
tagstringHTML tag namelib/vowel/types/types.ts:128
type?stringElement type (for inputs)lib/vowel/types/types.ts:130
text?stringVisible text contentlib/vowel/types/types.ts:132
placeholder?stringPlaceholder textlib/vowel/types/types.ts:134
ariaLabel?stringARIA labellib/vowel/types/types.ts:136
role?stringRolelib/vowel/types/types.ts:138
matchScorenumberMatch score (0-1, higher = better)lib/vowel/types/types.ts:140
matchedField?stringField that matchedlib/vowel/types/types.ts:142
matchedValue?stringValue that matchedlib/vowel/types/types.ts:144
visiblebooleanWhether element is visiblelib/vowel/types/types.ts:146
interactivebooleanWhether element is interactivelib/vowel/types/types.ts:148