Type Alias: TextMatcher
@termwright/driver/experimental
@termwright/driver/experimental / TextMatcher
Type Alias: TextMatcher
Section titled “Type Alias: TextMatcher”TextMatcher = {
kind:"exact";text:string; } | {kind:"substring";text:string; } | {kind:"regex";source:RegExp; }
Defined in: selectors.ts:15
How a piece of text is compared.