-
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] page.waitForResponse is not working for Firefox #2622
Comments
Unfortunately, I cannot easily repro this one. Perhaps, this depends on some property of the request. Could you help us debug please? Add the following to your script and share the logs relevant to the page.on('request', console.log);
page.on('response', console.log); Alternatively, run with Note that both logs contain data from the page/requests/responses, so make sure that you are comfortable sharing it. |
@nbyavuz at least clear the cookie and origin :P other people may use it :( idk how sensitive it is . |
@shirshak55 yep, you are right. Tomorrow I will share a new one. Thanks! |
@nbyavuz It would be ideal to see the logs from the run with |
@nbyavuz If you'd like to follow up with more details logs, please share them privately. |
Context:
Code Snippet
Describe the bug
Hi, page.WaitForResponse is working for Webkit and Chromium but not for Firefox. I can't share actual code but the same code is working for Webkit And Chromium.
The text was updated successfully, but these errors were encountered: