playwright/packages/playwright-core/src/server/injected
2021-10-18 18:33:38 -07:00
..
injectedScript.ts chore(html): html report polish (#9600) 2021-10-18 18:33:38 -07:00
reactSelectorEngine.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02: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): empty text matcher (#9548) 2021-10-15 17:00:45 -07:00
selectorGenerator.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
utilityScript.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
vueSelectorEngine.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02: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.