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
csrutil disable 即可
2.
原文:https://www.cnblogs.com/Gailsunset/p/8850340.html