playwright/src/injected
Dmitry Gozman f9f5fd03b0
feat(selectors): allow to capture intermediate result (#1978)
This introduces the `*name=body` syntax to capture intermediate result.
For example, `*css=section >> "Title"` will capture a section that contains "Title".
2020-04-27 10:14:09 -07:00
..
attributeSelectorEngine.ts feat(shadow): make css pierce shadow by default (#1784) 2020-04-15 10:16:29 -07:00
cssSelectorEngine.ts feat(shadow): make css pierce shadow by default (#1784) 2020-04-15 10:16:29 -07:00
injected.ts api(dispatchEvent): page, frame and handle versions added (#1932) 2020-04-23 14:58:37 -07: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 api(selectors): pass selector name when registering, allow file path (#1162) 2020-02-28 15:34:07 -08:00
selectorEvaluator.ts feat(selectors): allow to capture intermediate result (#1978) 2020-04-27 10:14:09 -07:00
selectorEvaluator.webpack.config.js chore(selectors): move selectors logic to selectors.ts (#1536) 2020-03-25 14:08:46 -07:00
textSelectorEngine.ts feat(text selector): concat sibling text nodes when calculating text (#1969) 2020-04-24 20:49:29 -07:00
webpack-inline-source-plugin.js chore(license): use Apache 2.0 (#389) 2020-01-06 18:22:35 -08:00
xpathSelectorEngine.ts api(selectors): pass selector name when registering, allow file path (#1162) 2020-02-28 15:34:07 -08:00
zsSelectorEngine.ts api(selectors): pass selector name when registering, allow file path (#1162) 2020-02-28 15:34:07 -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.