playwright/packages/playwright-core/src/server/injected
Dmitry Gozman 85b01056b6
fix(click): workaround elementsFromPoint issue in Chromium (#12888)
Block elements inside elements are not returned correctly
from `document.elementsFromPoint(x, y)` in some cases.
See https://bugs.chromium.org/p/chromium/issues/detail?id=1307458 for details.
2022-03-18 18:20:48 -07:00
..
componentUtils.ts feat: add key support on react engine (#11970) 2022-02-09 11:33:15 -08:00
highlight.ts feat(api): expose locator.highlight (#12420) 2022-03-01 13:56:21 -08:00
injectedScript.ts fix(click): workaround elementsFromPoint issue in Chromium (#12888) 2022-03-18 18:20:48 -07:00
reactSelectorEngine.ts feat: add key support on react engine (#11970) 2022-02-09 11:33:15 -08:00
README.md chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
selectorEngine.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
selectorEvaluator.ts fix(selectors): allow :scope with additional css (#11338) 2022-01-11 18:40:29 -08:00
selectorGenerator.ts chore(codegen): do not over-escape spaces (#12155) 2022-02-17 01:01:46 +01:00
utilityScript.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
vueSelectorEngine.ts chore: move some files out of server/common (#11466) 2022-01-18 19:13:51 -08:00
webpack.config.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
xpathSelectorEngine.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00

Injected

This directory contains helper sources which are injected into the page.

These sources are bundled with webpack to src/generated to be used as a compile-time source constants. See *.webpack.config.js for configs.