-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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] Timout Error on firefox for popup #4208
Comments
I can repro this and it seems unrelated to the networkidle itself. As I open popups, rafs get throttled to the extent of being non-responsive. Investigating. |
+1 @pavelfeldman i have the same problem |
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Nov 6, 2020
This forces active docshell for all content processes. References microsoft#4208
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Nov 6, 2020
aslushnikov
added a commit
that referenced
this issue
Nov 6, 2020
This forces active docshell for all content processes. References #4208
aslushnikov
added a commit
that referenced
this issue
Nov 6, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
I have a page with some links that opens on a new tab when clicked. I handle the opening of the new tab and get additional screenshots inside the new tab. But i get a timeout error for 'popup' event in firefox although its working perfectly for chromium.
Code Snippet
Add any other details about the problem here.
The text was updated successfully, but these errors were encountered: