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

**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)
playwright-core
This package contains the no-browser flavor of Playwright.