This updates error messages to: - always mention "css selector"; - suggest using `CSS.escape` to fix it. Unfortunately, we cannot suggest a fixed selector by applying `CSS.escape(brokenToken)` without updating third-party tokenizer, because things like `.8abc` are recognized as `DimensionToken` instead of `DelimToken` + something. |
||
|---|---|---|
| .. | ||
| bin | ||
| bundles | ||
| src | ||
| types | ||
| .eslintrc.js | ||
| .npmignore | ||
| browsers.json | ||
| cli.js | ||
| index.d.ts | ||
| index.js | ||
| index.mjs | ||
| package.json | ||
| README.md | ||
| ThirdPartyNotices.txt | ||
playwright-core
This package contains the no-browser flavor of Playwright.