/img/cywhat-logo.png

cywhat.

selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary

报错: selenium.common.exceptions.WebDriverException: Message: unknown error: cannot find Chrome binary 原因是: 运行脚本的环境中没有找到chrome浏览器 解决: windows/mac: 指定浏览器位置 1 2 $ chrome_path = r"/Library/Frameworks/Python.framework/Versions/3.6/bin/chromedriver" #mac地址 win自己更换路径即可

Centos7安装chrome浏览器

1.下载chrome for linux压缩包 百度网盘 1 $ 提取码: 1f4n 更多版本 2.上传解压压缩包 1 $ unzip google-chrome-stable_deb_rpm_91.0.4472.77.zip #解压完成会出现 .deb 和 .rpm 的俩个文件 3.安装解压c