playwright/src/server/injected
Dmitry Gozman 52ae218bfc
fix(fill): allow filling more input types (#4563)
This includes invalid types that are no recognized by the browser.
2020-12-02 14:43:41 -08:00
..
attributeSelectorEngine.ts chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -07:00
cssSelectorEngine.ts chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -07:00
injectedScript.ts fix(fill): allow filling more input types (#4563) 2020-12-02 14:43:41 -08:00
injectedScript.webpack.config.js chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -07:00
README.md chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -07:00
selectorEngine.ts chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -07:00
textSelectorEngine.ts feat(text selector): normalize spaces in lax mode (#4312) 2020-11-03 04:37:06 -08:00
utilityScript.ts chore: move src files to server (#3593) 2020-08-24 06:51:51 -07:00
utilityScript.webpack.config.js chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -07:00
webpack-inline-source-plugin.js chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -07:00
xpathSelectorEngine.ts chore: move injected and debug to src/server (#3591) 2020-08-23 20:25:59 -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.