**Investigation** ~~We use `nonStallingEvaluateInExistingContext` as of today, which does `eval()` inside (from our utilityScript) which breaks for some sites. It causes a hang, since the returned `Promise` of `eval()` hangs. We don't know as of today why this happens. Without wrapping it ini `eval()` it does not hang.~~ ~~Workaround: Do a plain Runtime.evaluate instead.~~ workaround: Only wait on main frame. Relates https://github.com/microsoft/playwright/issues/28995 (keeping it open until they confirm that it helps) |
||
|---|---|---|
| .. | ||
| bin | ||
| bundles | ||
| src | ||
| types | ||
| .eslintrc.js | ||
| .npmignore | ||
| browsers.json | ||
| cli.js | ||
| index.d.ts | ||
| index.js | ||
| index.mjs | ||
| package.json | ||
| README.md | ||
| ThirdPartyNotices.txt | ||
playwright-core
This package contains the no-browser flavor of Playwright.