playwright/src/injected
2020-01-29 09:40:13 -08:00
..
cssSelectorEngine.ts chore(license): use Apache 2.0 (#389) 2020-01-06 18:22:35 -08:00
injected.ts feat(selectors): text=foo selector engine (#475) 2020-01-13 17:39:43 -08:00
injected.webpack.config.js chore(license): use Apache 2.0 (#389) 2020-01-06 18:22:35 -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 chore(license): use Apache 2.0 (#389) 2020-01-06 18:22:35 -08:00
textSelectorEngine.ts feat(selectors): text=foo selector engine (#475) 2020-01-13 17:39:43 -08:00
utils.ts chore(license): use Apache 2.0 (#389) 2020-01-06 18:22:35 -08:00
webpack-inline-source-plugin.js chore(license): use Apache 2.0 (#389) 2020-01-06 18:22:35 -08:00
xpathSelectorEngine.ts chore: more strict type checking (#466) 2020-01-13 13:33:25 -08:00
zsSelectorEngine.ts fix: typo (#740) 2020-01-29 09:40:13 -08:00
zsSelectorEngine.webpack.config.js chore(license): use Apache 2.0 (#389) 2020-01-06 18:22:35 -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.