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

前端 未结 25 1894
轻奢々
轻奢々 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:02

    I had this problem on Webdriver 3.8.0 (Chrome 73.0.3683.103 and ChromeDriver 73.0.3683.68). The problem disappeared after I did

    pip install -U selenium
    

    to upgrade Webdriver to 3.14.1.

提交回复
热议问题