selenium.common.exceptions.SessionNotCreatedException: Message: session not created: Chrome version must be between 70 and 73 with ChromeDriver

前端 未结 11 1431
轮回少年
轮回少年 2021-02-05 08:03

I am trying to create a webcrawler using Selenium, but I get this error when I try to create the webdriver object.

selenium.common.exceptions.SessionNotCreatedEx         


        
11条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-05 08:48

    Just download chromedriver extension 2.8 or 2.9 from here.

    Extract it and add this extension to /usr/local/bin

提交回复
热议问题