Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to keep browser opening by the end of the code running? #326

Open
lantinglou opened this issue Dec 17, 2022 · 3 comments
Open

How to keep browser opening by the end of the code running? #326

lantinglou opened this issue Dec 17, 2022 · 3 comments

Comments

@lantinglou
Copy link

lantinglou commented Dec 17, 2022

Is there any way to make browser stay open after a test is finished? (Chromium MacOS ARM version)
Even i use page.Pause() or other WaitFor method, browser still auto close after about 1 min.

Update: use local Chrome or Edge on MacOS ARM will NOT auto close. Also chromium works fine on Windows. it may some kind of bug on Chromium MacOS arm version.

@isxuelinme
Copy link

the problem happened my MacOS ARM , so anyone have resolved ?

@yundmb
Copy link

yundmb commented May 12, 2023

I have the same problem with my macos x86. When the logical code is finished, block the process with select{} and the browser will exit after a certain amount of time. Is this a bug?

@ChristianSch
Copy link

Maybe this is related? microsoft/playwright#12974

Might be fixed by #352

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants