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

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

    If you end up here and you're using Laravel / Dusk, try:

    php artisan dusk:chrome-driver
    

提交回复
热议问题