Currently I'm using 5.5.2 version of webdrivermanager. Getting the below error
Could not start a new session. Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 121.0.6167.184 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
build.gradle
implementation group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '4.4.2'
implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '5.5.2'
which version of webdrivermanager supports chrome version 121?
I've resolved the same issue by updating wdm to the latest version available for now - 5.6.3