I got the below error when running selenium in Chrome version 123.0.6312.59 :
Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 114
The current Chrome browser version is 123.0.6312.59
below are my selenium and web driver manager 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
4.18.1and WDM to5.7.0