Got below error when run selenium in chrome version 123.0.6312.59 :
Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 114
Current chrome browser version is 123.0.6312.59
below are my selenium and webdrivermanager decencies :
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.11.0</version>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.4.1</version>
my expectation should be chrome launch using the latest chrome version
https://googlechromelabs.github.io/chrome-for-testing/
Chrome labs has several versions of Chromedriver for the newest Chrome browser update.
You should be good to go from there!
I ran into the same issue after the newest update.