mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Firefox has a bug: calling `node.focus()` does make the node focused, but some internal "current contenteditable node" is not changed. Blurring the previous one and focusing the new one helps.
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.