Selenuim:Eclipse中打开Firefox出错:org.openqa.selenium.firefox.NotConnectedException

接触selenium时,在Eclipse中打开fireFox浏览器是报报错:

 

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

。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。


原因:selenium和fireFox版本不兼容。

解决方法:1、安装最新的selenium的jar包

                    2、使用fireFox的旧版本。

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)


你可能感兴趣的:(Selenuim:Eclipse中打开Firefox出错:org.openqa.selenium.firefox.NotConnectedException)