driver = webdriver.Chrome(service=Service(ChromeDriverManager(version=’114.0.5735.16′).install()), options=options)
I have been using this code with selenium version 114.0.5735.16 up until recently however today I received the error message:
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 114
Current browser version is 116.0.5845.96 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
I have tried upgrading selenium in terminal and changing my code to use the new 116 but I get a different error message There is no such driver by url
Source: Read More