playwright/packages/playwright-core/src/server/injected
2022-03-28 15:22:50 -07:00
..
componentUtils.ts feat(selectors): role selector engine (#12999) 2022-03-28 09:24:58 -07:00
highlight.ts feat(api): expose locator.highlight (#12420) 2022-03-01 13:56:21 -08:00
injectedScript.ts test(role): add tests for implicit role calculation (#13132) 2022-03-28 15:22:50 -07:00
reactSelectorEngine.ts feat: add key support on react engine (#11970) 2022-02-09 11:33:15 -08:00
README.md chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
roleSelectorEngine.ts feat(selectors): role selector engine (#12999) 2022-03-28 09:24:58 -07:00
roleUtils.ts test(role): add tests for implicit role calculation (#13132) 2022-03-28 15:22:50 -07:00
selectorEngine.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
selectorEvaluator.ts feat(aria): introduce role utils (#12916) 2022-03-21 17:26:45 -07:00
selectorGenerator.ts fix(codegen): do not consider empty attributes for selector generation (#12880) 2022-03-22 13:56:33 -07:00
utilityScript.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
vueSelectorEngine.ts chore: move some files out of server/common (#11466) 2022-01-18 19:13:51 -08:00
webpack.config.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
xpathSelectorEngine.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02: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.