playwright/packages/playwright-core/src/server/injected
2022-05-02 09:32:50 -07:00
..
componentUtils.ts feat(role selector): allow unquoted name attribute (#13224) 2022-04-01 10:08:02 -07:00
consoleApi.ts chore: flatten supplements (#13437) 2022-04-08 12:52:40 -07:00
DEPS.list chore: flatten supplements (#13437) 2022-04-08 12:52:40 -07:00
highlight.ts feat(api): expose locator.highlight (#12420) 2022-03-01 13:56:21 -08:00
injectedScript.ts chore: unexperiment role selectors (#13858) 2022-05-02 09:32:50 -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
recorder.ts chore: flatten supplements (#13437) 2022-04-08 12:52:40 -07: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: use utils via index export (6) (#13417) 2022-04-07 21:48:41 -07:00
selectorGenerator.ts fix: join individual css selectors by > in cssFallback (#13712) 2022-04-25 11:11:24 -07:00
utilityScript.ts chore: use utils via index export (6) (#13417) 2022-04-07 21:48:41 -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.