无法在 Selenium 打开 googleChrome 浏览器中建立 Web 套接字连接
下面是检查网络套接字连接的测试页面,我使用(*googlechrome)在 selenium 中打开下面的页面,我无法连接到网络套接字。
<块引用>
但是在普通的 googlechrome 浏览器中我们可以连接到网络套接字。
有什么区别?感谢您的快速帮助..
~Ashok
Below is the test page to check the web socket connection, I am opening below page in selenium with (*googlechrome), i am unable to connect to the web sockets.
However in normal googlechrome browser we are able to connect to the web socket.
What is the difference? appreciate your quick help..
~Ashok
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否尝试过使用其他浏览器连接网络套接字?我以前也遇到过类似的问题,但我使用的是 Firefox,结果发现代理设置没有传递到 selenium 使用的 Firefox 配置文件。
Have you try to connect the web socket with other browser? I had the similar problem before but I was using Firefox, it turned out that the proxy setting wasn't get pass on to the firefox profile which selenium use.