-
Notifications
You must be signed in to change notification settings - Fork 32
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
Navigating to some websites is not possible #2709
Comments
@sadym-chromium would you be able to take a look? |
on it |
It looks like this is what WebDriver BiDi specifies to do:
|
We looked offline and we could not confirm that unload counter step is actually the reason. At least, we should add a specific error code for this situation so that the client knows to wait for subsequent navigation IDs to implement waiting. |
Spec:
|
Thanks for checking this! So as it looks like we should not fail the navigation for abort scenarios? I assume the current tests at web-platform-tests/wpt#48751 need to be updated to reflect this? |
I suspect it is not the intention not to fail here so perhaps we need to discuss what's expected in this situation. |
Related issue: #2709 Should be reverted if w3c/webdriver-bidi#799 is fixed
Results in
Originally reported in puppeteer/puppeteer#12929
The text was updated successfully, but these errors were encountered: