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.
原文地址:https://www.cnblogs.com/Gailsunset/p/8850340.html
时间: 2024-10-05 20:59:28