playwright/packages/playwright-core/src/server/injected
2023-01-19 15:04:09 -08:00
..
consoleApi.ts feat(console api): first/last/nth (#19485) 2022-12-15 11:17:59 -08:00
DEPS.list chore: flatten supplements (#13437) 2022-04-08 12:52:40 -07:00
domUtils.ts feat(chromium): use Element.checkVisibility in isElementVisible (#16592) 2022-09-22 13:48:58 -07:00
highlight.ts fix: compare selector when validating highlight (#18530) 2022-11-03 09:55:45 -07:00
injectedScript.ts chore: remove toIntersectViewport for the next release (#20232) 2023-01-19 15:04:09 -08:00
layoutSelectorUtils.ts feat(locator): layout options (leftOf, rightOf, above, below, near) (#13821) 2022-05-03 10:33:33 +01:00
reactSelectorEngine.ts fix: Detects React 17+ first (#15343) 2022-07-05 07:49:31 -07:00
README.md chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
recorder.ts feat(recorder): make it work with [contenteditable] (#19066) 2022-12-01 12:41:03 -08:00
roleSelectorEngine.ts chore(recorder): align toolbar buttons correctly (#19357) 2022-12-08 17:33:18 +01:00
roleUtils.ts fix(role): update allowsNameFromContent to closer align with blink/gecko (#19692) 2022-12-27 09:06:46 -08:00
selectorEngine.ts chore: refactor code around text selectors (#19278) 2022-12-05 14:08:54 -08:00
selectorEvaluator.ts chore: refactor code around text selectors (#19278) 2022-12-05 14:08:54 -08:00
selectorGenerator.ts fix: use no internal selectors for frame locators (#19964) 2023-01-11 21:53:19 +01:00
selectorUtils.ts chore: refactor code around text selectors (#19278) 2022-12-05 14:08:54 -08:00
utilityScript.ts chore: expose utility script to inner evaluates (#19147) 2022-11-29 16:57:11 -08:00
vueSelectorEngine.ts chore: split injected utils into proper files (#14093) 2022-05-11 13:49:12 +01: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.