Message: ‘chromedriver‘ executable needs to be in PATH.

简介: Message: ‘chromedriver‘ executable needs to be in PATH.

 这是一个非常简单基本的问题。

1、找到自己谷歌的版本号:

image.gif

2、下载与自己谷歌版本配套的驱动(这两个链接都可以):

链接1:https://npm.taobao.org/mirrors/chromedriver/

image.gif

链接2: ChromeDriver - WebDriver for Chromeimage.gif

3、下载对应版本后解压,放到工程目录下即可:

image.gif


相关文章
|
4月前
|
安全 数据安全/隐私保护 开发者
【Python】 已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\i
【Python】 已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\i
620 11
【Python】 已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\i
|
4月前
|
Web App开发 测试技术 Python
【Python】已解决:selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrom
【Python】已解决:selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrom
566 6
|
4月前
|
Linux 数据安全/隐私保护 开发者
【Python】已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\in
【Python】已解决:ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: ‘e:\anaconda\in
1278 2
【已解决】ffmpy3.FFExecutableNotFoundError: Executable ‘ffmpeg‘ not found
【已解决】ffmpy3.FFExecutableNotFoundError: Executable ‘ffmpeg‘ not found
|
6月前
|
Web App开发 测试技术 Android开发
No Chromedriver found that can automate Chrome ‘x.x.xxxx‘的解决办法
No Chromedriver found that can automate Chrome ‘x.x.xxxx‘的解决办法
172 0
|
开发工具 git
Mac执行命令code ./ 报错git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools...
Mac执行命令code ./ 报错git: error: unable to read SDK settings for '/Library/Developer/CommandLineTools...
291 0
|
JavaScript
mac电脑上安装appium报错:Failed at the appium-chromedriver@4.25.1 postinstall script.
mac电脑安装appium,装好node.js后,使用命令:npm install appium@1.18.0,安装appium,报如下错误
|
C++ Python
Python安装库的时候出现Error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat)
终于建了一个自己个人小站:https://huangtianyu.gitee.io,以后优先更新小站博客,欢迎进站,O(∩_∩)O~~ 折腾了很久,在StackFlow里面找到了答案。原文解决方案的地址是:点击打开链接 下面给出翻译: 打开环境变量,添加如下变量: 变量名:VS120COMNTO...
2727 0