playwright/packages/playwright-core/src/server/injected
2022-04-06 14:57:14 -07:00
..
componentUtils.ts feat(role selector): allow unquoted name attribute (#13224) 2022-04-01 10:08:02 -07:00
DEPS.list chore: move to folder-based deps lists (#13361) 2022-04-06 14:40:19 -07:00
highlight.ts feat(api): expose locator.highlight (#12420) 2022-03-01 13:56:21 -08:00
injectedScript.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
reactSelectorEngine.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
README.md chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
roleSelectorEngine.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
roleUtils.ts feat(role): add more tests for accessible name (#13154) 2022-03-29 11:59:44 -07:00
selectorEngine.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
selectorEvaluator.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
selectorGenerator.ts chore: migrate injected scripts to esbuild (#13143) 2022-03-28 23:10:17 -07:00
utilityScript.ts chore: migrate injected scripts to esbuild (#13143) 2022-03-28 23:10:17 -07:00
vueSelectorEngine.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
xpathSelectorEngine.ts chore: always import type (#13365) 2022-04-06 14:57:14 -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.