-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[BUG] Playwright Firefox (nightly) and webkit won't open popup and stuck at about:blank #23147
Comments
It could a problem with Nightly version being used. I see for |
@sanbornsen Playwright only works with the bundled Firefox version, so you cannot specify your own Nightly. Unfortunately, I cannot reproduce the issue given the short snippet above, and so we cannot fix it. If you could provide a self-contained repro that we can just run, that would be great. Otherwise I'll have to close this issue. |
Okay. I'll try to create a complete code example, give me a day. |
This is my sample page
This can be run on an HTTP server. Let's say we run it on This is my spec file
|
I pushed it to GH in case you want to avoid setting up |
@sanbornsen Thank you for the repro! There are known inconsistencies between browsers and headed/headless mode when opening/downloading PDFs. Merging into #7822. |
@sanbornsen I have exactly the same issue for the same reason (migrating from 1.27 to the latest). Any suggestion on how to fix this? We open and download the pdf then give it to a npm package to extract the text and then assert its content |
+1 I would like to have a workaround at least for this. Moved to latest Playwright and got the4 problem |
I tried listening on the 'response' even and that worked.
|
System info
1.27.0
to1.33.0
Source code
Where
popup.url()
is alwaysabout:blank
.The text was updated successfully, but these errors were encountered: