playwright/packages/playwright-core/src/server/injected
2024-12-12 08:21:00 -08:00
..
recorder fix(codegen): do not reset current tool upon clearing highlight (#33822) 2024-12-03 09:25:14 -08:00
.eslintrc.js chore: generate simple dom descriptions in codegen (#32333) 2024-08-27 11:52:14 -07:00
ariaSnapshot.ts chore: ignore checkbox/radio value in aria (#33941) 2024-12-10 14:04:18 -08:00
clock.ts chore: generate simple dom descriptions in codegen (#32333) 2024-08-27 11:52:14 -07:00
consoleApi.ts chore: introduce accessibility tab in recorder (#33235) 2024-10-22 16:36:03 -07:00
DEPS.list chore: organize fake timers (#31156) 2024-06-05 09:25:12 -07:00
domUtils.ts chore: remove redundant parameters from isElementStyleVisibilityVisible (#30637) 2024-05-08 17:45:53 +01:00
highlight.css chore: generate match snapshot (#33105) 2024-10-15 13:38:55 -07:00
highlight.ts fix(codegen): document.documentElement is null on early navigation (#33627) 2024-11-15 17:14:49 +01:00
injectedScript.ts fix: isEditable/toBeEditable throw for elements that cannot be editable/readonly (#33713) 2024-11-22 03:40:43 -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
roleSelectorEngine.ts Revert "chore(role): cache element list by role (#29130)" (#29765) 2024-03-01 09:37:28 -08:00
roleUtils.ts fix: isEditable/toBeEditable throw for elements that cannot be editable/readonly (#33713) 2024-11-22 03:40:43 -08:00
selectorEngine.ts chore: refactor code around text selectors (#19278) 2022-12-05 14:08:54 -08:00
selectorEvaluator.ts chore: speedup frequent element text normalization (#29113) 2024-01-22 21:33:56 -08:00
selectorGenerator.ts chore: prioritize role over label and placeholder (#33970) 2024-12-12 08:21:00 -08:00
selectorUtils.ts chore: speedup frequent element text normalization (#29113) 2024-01-22 21:33:56 -08:00
utilityScript.ts chore: rename fakeTimers to clock (#31193) 2024-06-06 15:56:13 -07:00
vueSelectorEngine.ts chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
webSocketMock.ts fix(websocket): pass through underlying WebSocket protocol (#33446) 2024-11-05 11:13:33 +01:00
xpathSelectorEngine.ts chore: do not use relative xpath when querying from document (#24405) 2023-07-25 12:55:35 -07:00
yaml.ts fix(aria): escape even more yaml (#33793) 2024-11-28 03:21:52 -08: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.