Selenium和Firefox对应版本

来源:互联网 发布:ubuntu怎么安装deb 编辑:程序博客网 时间:2024/06/06 08:24
【Selenium】    -> 【FireFox】

       2.25.0        ->  18
       2.30.0        ->  19
       2.31.0        ->  20
       2.42.2        ->  29
       2.44.0        ->  33 (不支持31)
       2.53.0        ->  43,46(不支持47)
       2.41.0        ->  26(绿色版本)
       2.44          ->  32.0-35.0
       2.53.0-2.53.6 ->  40.0.3(本司目前使用selenium和firefox版本)


在selenium+python环境下查看selenium版本方法:

cmd下输入:pip show selenium


卸载selenium版本:

cmd下输入:pip uninstall selenium


安装: pip install selenium==x.x.x(对应selenium版本)

原创粉丝点击