Selenium WebDriver does not connect with Firefox 20

穿精又带淫゛_ 提交于 2019-12-05 01:31:11

use the latest version instead. for now 2.32.0

see http://docs.seleniumhq.org/download/ or direct download http://selenium.googlecode.com/files/selenium-server-standalone-2.32.0.jar

it works for me

Firefox 20 has only just come out, it will probably take a couple of days for the Selenium devs to fix any compatibility issues that have sprung up.

The latest version of Selenium is 2.31.0 (available here) which will work with Firefox 19.0.2. Any version of Selenium below 2.30.0 will not work with FireFox 19 and upwards so I would suggest you try updating Selenium to the latest version first.

To be clear I have not yet downloaded and tried FireFox 20 so I don't know how compatible Selenium 2.31.0 is with it.

I have Ubuntu 12.04 64bit. Selenium stopped working after the recent update to 20. I was using Eclipse (JDK 7). I changed Eclipse.ini to use JDK 6 instead and it started working. Webdriver hangs once in a while but works most of the time(It could be an issue with the website I'm testing as well). To be safe, I have now disabled Firefox auto updates.

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