-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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]: When we set the capability "webSocketUrl" to true for chromium browsers, the new tab or window opened with anchor tag click, hangs up. #12527
Comments
@AMP-BH, 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
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable
After troubleshooting the issue, please add the Thank you! |
If it works in Firefox and not in Chrome you should report it to the Chrome/ChromeDriver folks. |
Hi, @AMP-BH. You can see if the feature is passing in the Web Platform Tests. If it is something new, please create an issue with the ChromeDriver team. |
Hello @diemol, The bug is already raised by someone on ChromeDriver, I found this below link. https://bugs.chromium.org/p/chromedriver/issues/detail?id=4468&q=webSocketUrl&can=2 EdgeDriver - MicrosoftEdge/EdgeWebDriver#103 Hope chrome driver and edge driver ] team responds. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
What happened?
Thank you so much for your time in advance.
So was trying to implement BiDi Log in my project, for which I added the "webSocketUrl" capability as true in driver option.
But since then the anchor links in my code started behaving strangely in chromium browsers. As in when we click on the anchor link, the new tab is getting open, but after that browser gets stuck and does not load the url. Same code works fine
in firefox.
But when I set the "webSocketUrl" capability as false, or remove the same, the code starts working properly.
So I tried the same with simple java selenium code and was able to reproduce the same issue. Hope the sample code helps.
How can we reproduce the issue?
Relevant log output
Operating System
Windows 10
Selenium version
Java 17 with Selenium 4.10, 4.11
What are the browser(s) and version(s) where you see this issue?
Chrome 115.0.5790.171, Edge 115.0.1901.200
What are the browser driver(s) and version(s) where you see this issue?
ChromeDriver 115.0.5790.171, EdgeDriver 115.0.1901.200
Are you using Selenium Grid?
NA
The text was updated successfully, but these errors were encountered: