I’m encountering a compatibility issue while running my tests using the Katalon Docker image (katalonstudio/katalon
). I’m facing the following error message:
Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 113
Current browser version is 115.0.5790.170 with binary path /usr/bin/google-chrome
It seems that the ChromeDriver version included in the Docker image is not compatible with the Chrome version installed in the container. I would greatly appreciate any insights or suggestions from the community on how to resolve this compatibility issue.
Has anyone encountered a similar problem or found a solution? Any advice or guidance would be highly appreciated!
Thank you in advance for your help.