I have a problem with automation testing, I update Chrome on my machine one with Windows 11 Pro and another one with Windows 10 pro. I did the download for the driver from https://googlechromelabs.github.io/chrome-for-testing/
and I downloaded the chromedriver win64, as well for Mac machines and other browsers...
Now in Mac no problem, in Windows 10 Pro no problem, in Windows 11 Pro I have this error
SessionNotCreatedException: Message: session not created: This version of
ChromeDriver only supports Chrome version 114
Current browser version is 116.0.5845.97
currently, I'm using Selenium 4.10.0
Any suggestion?