selenium webdriver – Unable to find chrome driver version 118 from https://chromedriver.chromium.org/downloads – Stack Overflow

I am getting the following error after running Selenium program

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 119
Current browser version is 118.0.5993.120 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe

I have downloaded version 119 to run selenium program and got above error but I cannot find version 118 from chromedriver.chromium.org/downloads. I need to download version 118

I got error and cannot find correct version of chrome driver

Read more here: Source link