-
Notifications
You must be signed in to change notification settings - Fork 41
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
page.evaluate: Browser has been closed #21
Comments
This used to be only happening when the test failed but now it seems to be happening when it succeeds as well. Not really sure where to go from here. |
Here is my Playwright config file that I'm using:
With my
|
This issue seems to be restricted to Chromium, as it works with Firefox. I'll also try with Webkit to see if that works and then I'll update here. |
Looks like this repo isn't maintained anymore but I'll post updates here anyway, in hopes that it'll help someone else. Seems to be working with Chromium for some of my coworkers and it occasionally works with Chromium for me but mostly fails. This is blocking me. |
Hey @bradydowling! |
@asambstack hopefully this helps out! Let me know if you think it could be anything else.
|
When using the code specified in fixtures.js, this line fails with the following error:
I'm running with
"@playwright/test": "~1.20.2"
. As a workaround, I'm making a direct PUT call to BrowserStack as such:Is there something I need to do to prevent the browser from closing?
The text was updated successfully, but these errors were encountered: