python selenium error “Geckodriver executable needs to be in PATH”

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python selenium error “Geckodriver executable needs to be in PATH”相关的知识,希望对你有一定的参考价值。

ERROR:

Geckodriver executable needs to be in PATH


我用的是ubuntu 16.04

解决办法:


  1. 下载    geckodriver  (github下载链接)

  2. 解压缩 tar zxvf  geckodriver-v0.15.0-linux64.tar.gz  ##解压出来的是一个单文件

  3. ##执行  copy geckodriver  /usr/bin


再次运行无此错误


本文出自 “净空蓝星” 博客,请务必保留此出处http://jingkonglanxing.blog.51cto.com/1152128/1904514

以上是关于python selenium error “Geckodriver executable needs to be in PATH”的主要内容,如果未能解决你的问题,请参考以下文章

python selenium error “Geckodriver executable needs to be in PATH”

Python:使用 cookie 登录 Selenium

关于selenium python Message: unknown error: Element is not clickable at point错误

python3+selenium框架设计08-进一步实现POM

使用 Selenium Python API 绑定从 Chrome 获取 console.log 输出

python3+selenium+google出现error:session deleted because of page crash