Mac 安装Selenium中ChromeDriver步骤
Posted gailsunset
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac 安装Selenium中ChromeDriver步骤相关的知识,希望对你有一定的参考价值。
1. 运行代码(Bili 爬虫 16 selenium 抓取淘宝美食信息),报错
from selenium import webdriver browser= webdriver.Chrome()
Error信息:
2018/4/15 下午11:52 Error running ‘spider‘: @NotNull method com/intellij/execution/configurations/GeneralCommandLine.getExePath must not return null
- 解决方案
- mac下安装chromedriver
发现无法授予权限; - 学习的点: open . 打开文件所在目录
- 解决
- 重启 cmd+R
- 命令行输入
csrutil disable 即可
- open . 打开路径,再将解压好的 chromedriver拖入目的路径
- 正确的效果
2.
以上是关于Mac 安装Selenium中ChromeDriver步骤的主要内容,如果未能解决你的问题,请参考以下文章
Selenium 之 Mac 环境下 Python 安装 selenium 踩坑记录
mac os+selenium2+chrome驱动+python3
(续篇)Selenium 安装配置以及如何解决('chromedriver' executable needs to be in PATH. Please see https://s