playwright/packages/playwright-core/src/server/injected
2023-12-21 15:25:16 -08:00
..
.eslintrc.js chore: implement pick locator in trace viewer (#20965) 2023-02-17 11:19:53 -08:00
consoleApi.ts chore: optional root for generateSelector (#23692) 2023-06-13 21:25:39 -07:00
DEPS.list chore: flatten supplements (#13437) 2022-04-08 12:52:40 -07:00
domUtils.ts fix(electron/android): re-add Element.prototype.checkVisibility check (#28173) 2023-11-15 15:10:13 -08:00
highlight.css feat(recorder): UX updates for assertion tools (#28198) 2023-11-16 13:19:36 -08:00
highlight.ts feat(vrt): allow providing screenshot style (#28229) 2023-11-30 17:42:45 -08:00
injectedScript.ts fix: input events triggered by playwright actions should have composed=true (#28730) 2023-12-21 15:25:16 -08:00
layoutSelectorUtils.ts feat(locator): layout options (leftOf, rightOf, above, below, near) (#13821) 2022-05-03 10:33:33 +01:00
reactSelectorEngine.ts feat: Support React forwards refs and memo (#23262) 2023-05-30 17:14:47 -07:00
README.md chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
recorder.ts feat(recorder): UX updates for assertion tools (#28198) 2023-11-16 13:19:36 -08:00
roleSelectorEngine.ts chore: speedup multiple roleUtils calls (#23745) 2023-06-16 11:39:39 -07:00
roleUtils.ts fix(role): compute <output> accessible name from labels (#27415) 2023-10-03 13:01:13 -07:00
selectorEngine.ts chore: refactor code around text selectors (#19278) 2022-12-05 14:08:54 -08:00
selectorEvaluator.ts Fix various typos (Fixes #27396) (#27391) 2023-10-04 19:56:42 -07:00
selectorGenerator.ts feat(selector generator): try improving text candidate with heuristics (#28074) 2023-11-13 11:30:16 -08:00
selectorUtils.ts fix(selector generator): use the same label definition as getByLabel (#23846) 2023-06-22 08:34:08 -07:00
utilityScript.ts chore: make evaluate work with busted Array.prototype.map/push (#22528) 2023-04-21 19:52:13 +02:00
vueSelectorEngine.ts chore: move sever/isomorphic to utils/ to use it in client (#21445) 2023-03-06 18:49:14 -08:00
xpathSelectorEngine.ts chore: do not use relative xpath when querying from document (#24405) 2023-07-25 12:55:35 -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.