Type Alias: SelectorType
SelectorType: `${SelectorSpecial}${AlphaNumeric}${string}` | `${AlphaNumeric}${string}`
Type for identifying selectors. Allows us to "upgrade" queries using
selectors to return Element
s.
SelectorType: `${SelectorSpecial}${AlphaNumeric}${string}` | `${AlphaNumeric}${string}`
Type for identifying selectors. Allows us to "upgrade" queries using
selectors to return Element
s.