码迷,mamicode.com
首页 > Web开发 > 详细

webDriver运行过程中遇到的问题

时间:2015-11-03 17:33:57      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

1.org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms.

 【原因】:     selenium的版本和firefox的版本不兼容

 【解决方法】:

       更新selenium和firfox配对的版本

【Selenium】   -> 【FireFox】
2.25.0        ->  18
2.30.0        ->  19
2.31.0        ->  20
2.42.2        ->  29
2.44.0        ->  33 (不支持31,2014/12/1)

webDriver运行过程中遇到的问题

标签:

原文地址:http://www.cnblogs.com/zhuhaiying/p/4933720.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!