SmartSelector interface exported
Last updated: 2026-03-05T12:26:14.068Z
Metrics
LOC: 8
Complexity: 1
Params: 0
Signature
interface SmartSelector
Summary
A prioritised selector with metadata
Source Code
export interface SmartSelector {
/** The selector string (CSS or Playwright-style locator) */
value: string;
/** Which strategy produced this selector */
strategy: SelectorStrategy;
/** Human-readable description for comments */
description?: string;
}
No outgoing dependencies.
Impact (Incoming)
| Source | Type |
|---|---|
| ReplaySpeed | uses |
| StepCallback | uses |
| escapeCSS | uses |