Error message: “'chromedriver' executable needs to be available in the path”

前端 未结 25 2385
轻奢々
轻奢々 2020-11-22 05:15

I am using selenium with python and have downloaded the chromedriver for my windows computer from this site: http://chromedriver.storage.googleapis.com/index.html?path=2.15/

25条回答
  •  暖寄归人
    2020-11-22 05:47

    On Ubuntu:

    sudo apt install chromium-chromedriver
    

    On Debian:

    sudo apt install chromium-driver
    

    On macOS install https://brew.sh/ then do

    brew cask install chromedriver
    

提交回复
热议问题