playwright/src/injected
2019-11-22 17:27:09 -08:00
..
cssSelectorEngine.ts feat(engines): introduce xpath engine, switch $x to use it (#64) 2019-11-22 17:27:09 -08:00
cssSelectorEngine.webpack.config.js feat(engines): introduce a css selector engine and a way to query it (#50) 2019-11-22 15:36:17 -08:00
injected.ts feat(engines): introduce xpath engine, switch $x to use it (#64) 2019-11-22 17:27:09 -08:00
injected.webpack.config.js feat(engines): introduce a css selector engine and a way to query it (#50) 2019-11-22 15:36:17 -08:00
README.md feat(engines): introduce a css selector engine and a way to query it (#50) 2019-11-22 15:36:17 -08:00
selectorEngine.ts feat(engines): introduce a css selector engine and a way to query it (#50) 2019-11-22 15:36:17 -08:00
utils.ts feat(engines): introduce a css selector engine and a way to query it (#50) 2019-11-22 15:36:17 -08:00
webpack-inline-source-plugin.js feat(engines): introduce xpath engine, switch $x to use it (#64) 2019-11-22 17:27:09 -08:00
xpathSelectorEngine.ts feat(engines): introduce xpath engine, switch $x to use it (#64) 2019-11-22 17:27:09 -08:00
xpathSelectorEngine.webpack.config.js feat(engines): introduce xpath engine, switch $x to use it (#64) 2019-11-22 17:27:09 -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.