美文网首页我爱编程
Selenium+python之启动firefix失败解决方案

Selenium+python之启动firefix失败解决方案

作者: shi_xin | 来源:发表于2017-09-28 18:17 被阅读0次

    selenium+python环境搭配:

    selenium2+firefox46以下版本(无需驱动包)

    selenium3+firefix47以上版本(需geckodriver.exe)

    建议学习的话用selenium2比较好,笔者现在用的是selenium3.3.1.jar,geckodriver.exe V.15.0,firefox 48.0.2切记修改firefix不检查更新。

    若pip show selenium 出现failed to create process,可以用python -m pip 试试,因为我装了2个python版本,所以得加上python2


    配置完编写如下代码测试浏览器:

    各firefox版本下载地址:http://ftp.mozilla.org/pub/firefox/releases/

    geckodriver.exe各个版本下载:https://github.com/mozilla/geckodriver/releases/

    参考博客园:http://www.cnblogs.com/xiaozhougogo/p/7590623.html

    参考博客园:http://www.cnblogs.com/tester808/p/6674588.html

    相关文章

      网友评论

        本文标题:Selenium+python之启动firefix失败解决方案

        本文链接:https://www.haomeiwen.com/subject/vojvextx.html