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

前端 未结 11 1462
轮回少年
轮回少年 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:58

    For me, upgrading the driver did the trick. Just run:

    brew cask upgrade chromedriver
    

    and then try running your test again. Hope it helps!

提交回复
热议问题