playwright/packages/playwright-core/src/server/injected
2023-03-31 14:17:18 -07:00
..
.eslintrc.js chore: implement pick locator in trace viewer (#20965) 2023-02-17 11:19:53 -08:00
consoleApi.ts feat: rename Locator.filter(locator) to Locator.and (#22101) 2023-03-30 14:41:30 -07:00
DEPS.list chore: flatten supplements (#13437) 2022-04-08 12:52:40 -07:00
domUtils.ts chore: implement pick locator in trace viewer (#20965) 2023-02-17 11:19:53 -08:00
highlight.ts chore: move sever/isomorphic to utils/ to use it in client (#21445) 2023-03-06 18:49:14 -08:00
injectedScript.ts feat: Locator.not(locator) (#22066) 2023-03-30 08:52:30 -07:00
layoutSelectorUtils.ts feat(locator): layout options (leftOf, rightOf, above, below, near) (#13821) 2022-05-03 10:33:33 +01:00
reactSelectorEngine.ts chore: move sever/isomorphic to utils/ to use it in client (#21445) 2023-03-06 18:49:14 -08:00
README.md chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
recorder.ts chore: do not use module.exports in the injected esm files (#21412) 2023-03-05 20:01:35 -08:00
roleSelectorEngine.ts chore: move sever/isomorphic to utils/ to use it in client (#21445) 2023-03-06 18:49:14 -08:00
roleUtils.ts fix(role): update accessible name calculation for native buttons (#22124) 2023-03-31 14:17:18 -07:00
selectorEngine.ts chore: refactor code around text selectors (#19278) 2022-12-05 14:08:54 -08:00
selectorEvaluator.ts feat: Locator.or(locator) (#21884) 2023-03-22 15:28:59 -07:00
selectorGenerator.ts fix(selector generator): do not produce has-text="foo"s (#21679) 2023-03-15 13:43:42 -07:00
selectorUtils.ts chore: move sever/isomorphic to utils/ to use it in client (#21445) 2023-03-06 18:49:14 -08:00
utilityScript.ts chore: do not use module.exports in the injected esm files (#21412) 2023-03-05 20:01:35 -08: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: fix xpath-in-iframe (#21367) 2023-03-03 09:13:25 -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.