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

It looks like terminating browser when search service or addon manager is not fully initialized results in a broken shutdown sequence. As of today, this results in multiple errors in the browser STDERR. In future, this might also result in browser stalling instead of terminating. This starts awaiting search and addon manager termination. References #3995