playwright-community / playwright-go

Playwright for Go a browser automation library to control Chromium, Firefox and WebKit with a single API.
https://playwright-community.github.io/playwright-go/
MIT License
2.11k stars 157 forks source link

Add test for shadow dom inside custom html element #314

Closed elgohr closed 11 months ago

elgohr commented 1 year ago

Please see https://github.com/playwright-community/playwright-go/issues/307

canstand commented 11 months ago

As mentioned in #307, so close this.

its covered in the upstream Playwright project,

elgohr commented 11 months ago

It doesn’t, as you see in the tests

canstand commented 11 months ago

upstream means tests in https://github.com/microsoft/playwright/blob/ebd0ff9422fb24bf7bdd651ae883b66792ecced9/tests/page/selectors-css.spec.ts#L77, etc.

Testing independent of playwright-go client implementation should be done at https://github.com/microsoft/playwright.

elgohr commented 11 months ago

Looks like it depends on playwright-go