playwright/packages/playwright-core/src/server/injected
Dmitry Gozman 6928c84ac2
chore: move some files out of server/common (#11466)
This is a directory for sharing code between Node and Web.
2022-01-18 19:13:51 -08:00
..
componentUtils.ts chore: move some files out of server/common (#11466) 2022-01-18 19:13:51 -08:00
highlight.ts chore: implement locator._highlight / playwright._hideHighlight (#11339) 2022-01-12 07:37:48 -08:00
injectedScript.ts feat(highlight): update highlight from raf (#11443) 2022-01-17 18:33:35 -08:00
reactSelectorEngine.ts chore: move some files out of server/common (#11466) 2022-01-18 19:13:51 -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 fix(codegen): polyfill CSS.escape (#11181) 2022-01-04 17:24:53 -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.