Module: utils/selectorHeuristics

Shared selector-shape heuristics used by self-healing transforms and validator checks to avoid drift.

Source:

Methods

(static) looksLikeCssSelector(value) → {boolean}

Best-effort check for CSS/XPath-like selector strings.

Parameters:
Name Type Description
value string
Source:
Returns:
Type
boolean