playwright/src/server/injected
2021-08-11 11:06:09 -07:00
..
injectedScript.ts feat(nth): make nth and visible selectors public (#8142) 2021-08-11 11:06:09 -07:00
reactSelectorEngine.ts feat: support props matching in react and vue selectors (#8104) 2021-08-10 17:10:14 -07:00
README.md chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -07:00
selectorEngine.ts chore: BFS nodes, simplify querying (#7861) 2021-07-27 12:53:12 -07:00
selectorEvaluator.ts chore: do not use Array.from in injected script (#6876) 2021-06-03 15:10:02 -07:00
utilityScript.ts chore: spell overridden (#5605) 2021-02-24 15:11:34 -08:00
vueSelectorEngine.ts feat: support props matching in react and vue selectors (#8104) 2021-08-10 17:10:14 -07:00
webpack.config.js chore(typescript): compile with babel, lint everything with tsc (#6872) 2021-06-23 18:01:48 -07:00
xpathSelectorEngine.ts chore: BFS nodes, simplify querying (#7861) 2021-07-27 12:53:12 -07: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.