playwright/src/server/injected
2021-07-26 22:00:23 -07:00
..
injectedScript.ts feat(strict): introduce strict mode (#7851) 2021-07-26 22:00:23 -07:00
README.md chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -07:00
selectorEngine.ts chore: unify v1 and v2 selector handling (#7844) 2021-07-26 15:07: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
webpack.config.js chore(typescript): compile with babel, lint everything with tsc (#6872) 2021-06-23 18:01:48 -07:00
xpathSelectorEngine.ts feat(selectors): always make xpath relative (#5252) 2021-02-02 13:27:16 -08: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.