Reference: https://github.com/microsoft/playwright/issues/31254 On the web page from the bug it reduces time to compute selectors by 8x: **Before:** <img width="549" alt="before" src="https://github.com/microsoft/playwright/assets/9798949/f4482860-29d5-4643-92ab-b360a702f232"> **After:** <img width="580" alt="after" src="https://github.com/microsoft/playwright/assets/9798949/b6aca6a1-9306-4041-9042-d504dce1c33a"> |
||
|---|---|---|
| .. | ||
| cssParser.ts | ||
| cssTokenizer.ts | ||
| locatorGenerators.ts | ||
| locatorParser.ts | ||
| locatorUtils.ts | ||
| selectorParser.ts | ||
| stringUtils.ts | ||
| traceUtils.ts | ||