keep getting an error in console saying "selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 114"
I downloaded chrome driver version 114 from the official website and set the executable path like this: service = Service(executable_path= r"C:\Python 3rd Party Installs\Selenium Driver(s)\114\chromedriver.exe")
Still the same message.
It is saying this as well: Current browser version is 116.0.5845.96 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe
Why is it running chrome 116 when I clearly specified the path to chrome driver 114?