windows下使用selenium操作浏览器问题记录

Posted JahanGu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows下使用selenium操作浏览器问题记录相关的知识,希望对你有一定的参考价值。

问题 :执行程序代码报错:

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操作浏览器问题记录的主要内容,如果未能解决你的问题,请参考以下文章

Python+selenium自动化测试之浏览器基础操作

在linux和windows中使用selenium

selenium+python之 辨识alertwindow以及操作

windows10下python中selenium的chrome驱动安装与使用

selenium对js的执行操作——selenium控制浏览器页面的滚动

selenium常规操作