playwright/src/server/injected
Dmitry Gozman e85fba1c7d
fix(check): allow checking/unchecking role=radio elements (#8821)
We already do this for `role=checkbox` but not for radio.
2021-09-09 16:01:21 -07:00
..
injectedScript.ts fix(check): allow checking/unchecking role=radio elements (#8821) 2021-09-09 16:01:21 -07:00
reactSelectorEngine.ts fix(react-vue): support nested trees (#8467) 2021-08-26 03:07:33 -07:00
README.md chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -07:00
selectorEngine.ts chore: BFS nodes, simplify querying (#7861) 2021-07-27 12:53:12 -07:00
selectorEvaluator.ts chore: do not use Array.from in injected script (#6876) 2021-06-03 15:10:02 -07:00
selectorGenerator.ts feat(strict): list ambiguous matches when throwing strict exception (#8449) 2021-08-25 14:51:03 -07:00
utilityScript.ts chore: spell overridden (#5605) 2021-02-24 15:11:34 -08:00
vueSelectorEngine.ts fix(react-vue): support nested trees (#8467) 2021-08-26 03:07:33 -07:00
webpack.config.js chore(typescript): compile with babel, lint everything with tsc (#6872) 2021-06-23 18:01:48 -07:00
xpathSelectorEngine.ts chore: BFS nodes, simplify querying (#7861) 2021-07-27 12:53:12 -07: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.