mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
After protocol fixes in all browsers, we can now scroll and click display:contents elements. The only problem is that `elementsFromPoint()` misbehaves in Chromium and Firefox, so we need a workaround. Hopefully, it will be fixed upstream - shadow dom spec folks think "it becomes a real compatibility concern". This needs Chromium 105 roll.
playwright-core
This package contains the no-browser flavor of Playwright.