Katalon 7.4. not compatible with Chromedriver 83?

Hi,

I update my Chrome from V81 to 83. Now I can’t run any test because Katalon 7.4 isn’t compatible?

Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 81
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
System info: host: 'NB_AK010254', ip: '172.25.116.73', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_181'
Driver info: driver.version: CChromeDriver

Do I have to do an update of Katalon to beta? Or can I somehow update also the chromedriver?

Thanks @Russ_Thomas. Can I also only update WebDriver without the local Chrome?

I did it now. And it wrote that the update was successful. But I still can’t start a test. It seems as the system doesn’t know the Chromedriver Version.

Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 81
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
System info: host: 'NB_AK010254', ip: '172.25.116.73', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_181'
Driver info: driver.version: CChromeDriver

@Pascal_Donauer

The update was not successful if you read more details. You can manually download chromedriver from the chromium website: https://chromedriver.storage.googleapis.com/index.html?path=83.0.4103.39/ and follow this instruction: https://docs.katalon.com/katalon-studio/docs/handle-webdrivers.html#replace-webdriver-binaries-application-level


Edit: Please update to v7.5.1

1 Like

Didn’t update to 7.5.1 but your hints helped to solve the problem.

I suspect the old version (or a reference to it) was cached somewhere. Glad it’s working.