A few days ago I was able to run my test in selenium. I attempted to run my code today and received the following error message:
ChromeDriver was started successfully.
Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 94
Current browser version is 96.0.4664.55 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
Google chrome will open up briefly and close immediately without the actual test running. I uninstalled and reinstalled google chrome and receive the same issue. I'm currently using a mac and running my automation test using Java.
May I have some help to get pass this so I may continue working.