selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 85
问题 Hey so I have this simple code to open google using selenium from selenium import webdriver import chromedriver_binary driver = webdriver.Chrome() driver.get('https://google.com') Instead of opening the google page I get this error. Traceback (most recent call last): File "main.py", line 5, in <module> driver = webdriver.Chrome() File "C:\Users\vipku\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 76, in __init__ RemoteWebDriver.__init