playwright/packages
Dmitry Gozman 6e1c94b5fe
fix(click): allow clicking inside closed shadow root (#16900)
Although Playwright selectors do not pierce closed shadow roots,
one can still obtain a reference to an element inside a closed shadow root:
- through `page.evaluate()`;
- through `handle.$()` where `handle` is inside the shadow root;
- through `frame.locator()` by choosing an iframe that belongs
  to a closed shadow root.

In this case, `click()` action fails during the hit check test,
but it's possible to make it work by going bottom up from the target
rather than top down from the document.
2022-09-06 17:55:15 -07:00
..
html-reporter chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02:00
playwright chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-chromium chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-core fix(click): allow clicking inside closed shadow root (#16900) 2022-09-06 17:55:15 -07:00
playwright-ct-react chore(ct-react): bump vite to v3 and @vitejs/plugin-react to v2 (#15733) 2022-08-21 13:52:02 +02:00
playwright-ct-solid feat(ct): solid default child (#16839) 2022-08-26 15:48:05 -07:00
playwright-ct-svelte feat(ct): svelte default slot (#16869) 2022-08-29 09:11:51 -07:00
playwright-ct-vue chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-ct-vue2 feat(ct): vue2 rerender (#16734) 2022-08-23 11:37:55 -07:00
playwright-firefox chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
playwright-test fix(selectors): allow custom engines in out-of-process (#17139) 2022-09-06 14:15:53 -07:00
playwright-webkit chore: cut v1.25 branch (#16390) 2022-08-09 17:09:58 -07:00
recorder chore: language specific dropdowns in codegen (#16452) 2022-08-15 19:44:46 +02:00
trace-viewer fix(trace): preserve line breaks in console messages (#16696) 2022-08-22 09:26:51 -07:00
web fix(trace): preserve line breaks in console messages (#16696) 2022-08-22 09:26:51 -07:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00