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

前端 未结 11 1467
轮回少年
轮回少年 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 09:06

    There are two options to resolve this issue:

    1. If your Chrome version is not updated -> Update it

    Steps: 1. Go to Help -> About Google Chrome -> Chrome will automatically look for updates(update Chrome to the latest version)

    2. If your chrome version is already up to date -> Then you need to upgrade you chrome driver version

    Here is the link: http://chromedriver.chromium.org/downloads

提交回复
热议问题