playwright/src/injected
2019-12-16 20:49:18 -08:00
..
cssSelectorEngine.ts feat(selectors): add id selectors (#270) 2019-12-16 20:49:18 -08:00
injected.ts feat(selectors): add id selectors (#270) 2019-12-16 20:49:18 -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
tsconfig.json chore: remove unneeded files, reuse events between browsers, no implicit any (#191) 2019-12-10 11:15:14 -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(selectors): add id selectors (#270) 2019-12-16 20:49:18 -08:00
zsSelectorEngine.ts feat(selectors): introduce zs selector engine (#214) 2019-12-12 09:02:37 -08:00
zsSelectorEngine.webpack.config.js feat(selectors): introduce zs selector engine (#214) 2019-12-12 09:02:37 -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.