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

前端 未结 25 2301
轻奢々
轻奢々 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 06:13

    Could try to restart computer if it doesn't work after you are quite sure that PATH is set correctly.

    In my case on windows 7, I always got the error on WebDriverException: Message: for chromedriver, gecodriver, IEDriverServer. I am pretty sure that i have correct path. Restart computer, all work

提交回复
热议问题