Interface: StabilityScore
Defined in: packages/uimatch-selector-anchors/src/hashing/stability-score.ts:7
Stability score for a selector
Properties
breakdown
breakdown: object;
Defined in: packages/uimatch-selector-anchors/src/hashing/stability-score.ts:16
Breakdown of score components
hintQuality
hintQuality: number;
Score based on selector hint quality (0-1)
liveness
liveness: number;
Score based on liveness check (0-1)
snippetMatch
snippetMatch: number;
Score based on snippet hash match (0-1)
specificity
specificity: number;
Score based on selector specificity (0-1)
details
details: string[];
Defined in: packages/uimatch-selector-anchors/src/hashing/stability-score.ts:41
Detailed explanation of score
overall
overall: number;
Defined in: packages/uimatch-selector-anchors/src/hashing/stability-score.ts:11
Overall stability score (0-1, higher is more stable)