Open
Description
The documentation says Support for web components via shadow-piercing selectors
.
I also found files like https://github.com/playwright-community/playwright-go/blob/main/tests/assets/deep-shadow.html
Nevertheless I didn't find any test for shadowed fields.
When I try to select a shadowed field via the Locator, the locator doesn't find it at the moment.
Am I missing something?