1. 程式人生 > >Mac 安裝Selenium中ChromeDriver步驟

Mac 安裝Selenium中ChromeDriver步驟

發現 blog rom alt p s mac os x pid mac os urn

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 .
      打開文件所在目錄
    • 解決
      •   知乎 Mac OS X 10.11 sudo 指令出問題了麽?
      1. 重啟 cmd+R
      2. 命令行輸入 csrutil disable 即可
  • open . 打開路徑,再將解壓好的 chromedriver拖入目的路徑
  • 正確的效果

技術分享圖片

2.

Mac 安裝Selenium中ChromeDriver步驟