-
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
[Question]: What does the err means? #8437
Comments
Do you have a script to reproduce it? |
My code is too big to paste it here and probably too complicated to understand for someone except me. Dont u have any docs about this issue what user should do when having |
@niewiemczego the error would happen when e.g. the page navigates while you're running some operation on the page. So the advice would be to make sure that page doesn't navigate unpredictably! |
@niewiemczego: we need a repro to be able to fix it. NS_BINDING_ABORTED is an internal Firefox error, not a Playwright error. You can read more about it here: https://stackoverflow.com/questions/704561/ns-binding-aborted-shown-in-firefox-with-httpfox |
Your question
Hi Im using firefox and sometimes got this message:
NS_BINDING_ABORTED; maybe frame was detached?
Any idea how to fix it and why it occurs?
The text was updated successfully, but these errors were encountered: