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解决方法的主要内容,如果未能解决你的问题,请参考以下文章