windows下使用selenium操作浏览器问题记录
2021-02-18 17:16
阅读:682
问题 :执行程序代码报错:
WebDriverException:Message:‘geckodriver‘executable needs to be in Path
或者
selenium.common.exceptions.WebDriverException: Message: ‘geckodriver‘ executable needs to be in PATH.
解决,geckodriver是一原生态的第三方浏览器,对于selenium3.x版本都会使用geckodriver来驱动firefox,所以需要下载geckodriver.exe。放置在Path 环境变量可以访问到的地方。例如 C:\python34目录下
Geckodirver的下载地址:https://github.com/mozilla/geckodriver/releases
或者
将火狐的安装路径放到path
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:windows下使用selenium操作浏览器问题记录
文章链接:http://soscw.com/index.php/essay/57134.html
文章标题:windows下使用selenium操作浏览器问题记录
文章链接:http://soscw.com/index.php/essay/57134.html
评论
亲,登录后才可以留言!