playwright/packages/playwright-core/src/server/injected
2022-02-14 10:32:18 -08:00
..
componentUtils.ts feat: add key support on react engine (#11970) 2022-02-09 11:33:15 -08:00
highlight.ts feat(codegen): generate locators and frame locators (#11873) 2022-02-04 19:27:45 -08:00
injectedScript.ts fix(highlight): drive-by fixes to selector highlight (#12083) 2022-02-14 10:32:18 -08: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 feat(codegen): make selector generator strict (#11856) 2022-02-04 07:34:23 -08: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.