-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[🐛 Bug]: Network intercepters for authentication not working with Firefox and Chrome #1593
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
Comments
@martingrossmann, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
After troubleshooting the issue, please add the Thank you! |
Traceback (most recent call last): |
I have an update: With Selenium Unfortunately, with Chrome 124 I still get a timeout. Does anybody know whats wrong with Chrome? |
I remember I wanted to check this but got distracted by something else. If you check https://github.com/SeleniumHQ/selenium/blob/aaa7e791a4b6be6314250966a4538cd594576254/java/test/org/openqa/selenium/bidi/network/NetworkCommandsTest.java#L45, they are only executed with Firefox. Chrome still needs to implement this. We have the code examples disabled for that reason. Is that right, @pujagani? |
Yes! That's correct. Chrome's stable release does not support it. Looks like the latest Canary has the support https://wpt.fyi/results/webdriver/tests/bidi/network?label=master&label=experimental&aligned&view=subtest. |
Thanks for your input, makes something clearer. :-) |
I will close this as the question has been answered. |
What happened?
Tried to execute the
Network
intercepter testcanContinueWithAuthCredentials
indev.selenium.bidirectional.webdriver_bidi.NetworkCommandsTest
with latest Chrome and Firefox, but got a timeout or an exception:Firefox
Chrome
... cannot load
https://the-internet.herokuapp.com/basic_auth
and tests runs into a timeout.The documentation tells it's supported since Selenium 4.18, but the example tests are disabled and do not work. What is here the latest implementation state?
What browsers and operating systems are you seeing the problem on?
The text was updated successfully, but these errors were encountered: