Unable to run WebDriver tests in Safari

点点圈 提交于 2019-12-08 10:04:08

问题


I'm trying to run the Webdriver tests in Safari. Although the browsers opens i'm seeing the message

[ 0.007s] [safaridriver.client] Requesting connection at ws://localhost:48726... [ 2.513s] [safaridriver.client] Unable to establish a connection with the SafariDriver

I'm working with webdriver 2.33 and Safari version 5.1.7

Can someone point me what could be the issue?

Thanks Anil


回答1:


I was facing similar issue with 2.31.0. http://code.google.com/p/selenium/issues/detail?id=5318 Downgrading "selenium-webdriver" to "2.27.0" for safari tests fixed my issue



来源:https://stackoverflow.com/questions/17716927/unable-to-run-webdriver-tests-in-safari

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!