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

2. 

原文地址:https://www.cnblogs.com/Gailsunset/p/8850340.html