当我们从firefox升级时,Selenium不起作用

时间:2013-12-27 09:23:44

标签: firefox selenium behat mink

我正在开发自动化工具Behat / Mink。将Firefox版本升级到25后,我看到了这个错误。

     Curl error thrown for http POST to http://localhost:4444/wd/hub/session/execute with params: {"script":"return document.getElementById('user') !== null;","args":[]}      
  Failed to connect to 127.0.0.1: Can't assign requested address

我使用selenium webdriver版本2.37.0.jar作为服务器。

2 个答案:

答案 0 :(得分:0)

版本2.38中添加了对Firefox 25的支持。当前版本是2.39,支持Firefox 26。 每次Firefox升级时检查新的selenium版本都是一个好习惯。更新服务器应该可行。

Official download page

答案 1 :(得分:-1)

在运行测试之前运行此命令

    java -jar selenium-server-standalone-*

这将有助于您解决问题

确保您的selenium最新版本应位于同一文件夹