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

When reusing the context, we first dispose all dispatchers, and then reset the page/context. If bindings are triggered during the reset, they try to send messages on disposed dispatchers. Since there is no way to unregister bindings, just ignore them after disposal. Fixes #22803.
playwright-core
This package contains the no-browser flavor of Playwright.