We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue already reported in microsoft/playwright#20749 by other users.
The text was updated successfully, but these errors were encountered:
I can confirm this issue still exists.
Sorry, something went wrong.
Getting the same here. Does anyone have a work around?
I use this as a workaround:
try { await this.page.goto(url); } catch (error: any) { if (!error.message.includes('NS_BINDING_ABORTED')) { throw error; } }
@alexdeathway why is this issue added to your repo https://github.com/alexdeathway/Gecom instead of Playwright?
@kosteklvp this issue is already reported in playwright.
No branches or pull requests
Issue already reported in microsoft/playwright#20749 by other users.
The text was updated successfully, but these errors were encountered: