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

When element is not assigned to any slot in the shadow root, it is not rendered and is considered hidden for ARIA in all browsers. In Chromium/Firefox we use `Element.checkVisibility` that already handles this, but in WebKit we have to check it manually. Fixes #21487.
playwright-core
This package contains the no-browser flavor of Playwright.