You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
When I tried to use MS Edge Chromium for testing it crashes on browser closing.
I provided simple script that reproduces my problem.
After browser closing I have console error. This error is due to the "...\AppData\Local\Temp\playwright_chromiumdev_profile-8VPUjL\CrashpadMetrics-active.pma" can't be unlinked.
I suppose when playwright-chromium cleans temp folder MS Edge writes crash report there.
The same error appears when browser running in headless mode inside Windows Docker container.
Additionally I see system window with error. This window sais that MS Edge has stopped working.
In case when browser is started with headless=false this problem is not reproduced.
Other interesting thing: when logger with 'protocol' level is attached to the playwright, code often stops on the page.goto() command without any errors.
The text was updated successfully, but these errors were encountered:
Context:
Code Snippet
Describe the bug
Hi!
When I tried to use MS Edge Chromium for testing it crashes on browser closing.
I provided simple script that reproduces my problem.
After browser closing I have console error. This error is due to the "...\AppData\Local\Temp\playwright_chromiumdev_profile-8VPUjL\CrashpadMetrics-active.pma" can't be unlinked.
I suppose when playwright-chromium cleans temp folder MS Edge writes crash report there.
The same error appears when browser running in headless mode inside Windows Docker container.
Additionally I see system window with error. This window sais that MS Edge has stopped working.
In case when browser is started with headless=false this problem is not reproduced.
Other interesting thing: when logger with 'protocol' level is attached to the playwright, code often stops on the page.goto() command without any errors.
The text was updated successfully, but these errors were encountered: