mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

This supports mixed quotes locators in JavaScript where we are not sure what quote is the correct one, so we normalize to unescaped single quote when comparing with the original. Drive-by: we were allowing single quotes in Python, Java and .NET, but these are actually not allowed. Regressed in #27718. Fixes #28630.
playwright-core
This package contains the no-browser flavor of Playwright.