puppeteer/packages/puppeteer-core/src/injected
2024-05-14 14:37:38 +02:00
..
ARIAQuerySelector.ts fix(webdriver): prefer globalThis over window to make it work in Firefox (#12438) 2024-05-14 14:37:38 +02:00
CustomQuerySelector.ts chore: update license headers (#11563) 2024-01-03 10:11:33 +00:00
injected.ts chore: update license headers (#11563) 2024-01-03 10:11:33 +00:00
PierceQuerySelector.ts chore: update license headers (#11563) 2024-01-03 10:11:33 +00:00
Poller.ts chore: update license headers (#11563) 2024-01-03 10:11:33 +00:00
PQuerySelector.ts chore: update license headers (#11563) 2024-01-03 10:11:33 +00:00
PSelectorParser.ts chore: update license headers (#11563) 2024-01-03 10:11:33 +00:00
README.md chore: fix npm scripts (#9646) 2023-02-10 17:57:17 +00:00
TextContent.ts chore: update license headers (#11563) 2024-01-03 10:11:33 +00:00
TextQuerySelector.ts chore: update license headers (#11563) 2024-01-03 10:11:33 +00:00
util.ts build: fix EsLint rule and add fixer (#11826) 2024-02-05 10:26:37 +01:00
XPathQuerySelector.ts chore: update license headers (#11563) 2024-01-03 10:11:33 +00:00

Injected

This folder contains code that is injected into every Puppeteer execution context. Each file is transpiled using esbuild into a script in src/generated which is then imported into server code.

See tools/generate_sources.ts for more information.