python中使用selenium调用Firefox缺少geckodriver解决方法

Posted 蓝天飞翔的白云

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python中使用selenium调用Firefox缺少geckodriver解决方法相关的知识,希望对你有一定的参考价值。

from selenium import webdriver

driver=webdriver.Firefox()

会报错

 

解决方法:

因为缺少geckodriver.exe,先到https://github.com/mozilla/geckodriver/releases下载对应版本的geckofriver.exe

然后放到python的安装目录与python.exe在同一目录下

 

以上是关于python中使用selenium调用Firefox缺少geckodriver解决方法的主要内容,如果未能解决你的问题,请参考以下文章

python+selenium自动给下载某个文件

python+selenium自动给下载某个文件

selenium python 显式和隐式等待方法

python+selenium四:iframe查看定位切换

python+selenium七:下拉框选项框select用法

selenium python 百度网盘的登陆与退出