Katalon webdriver update tool is updating the chrome driver to version 114 instead of 122.
I have resolved this issue on local katalon studio & katalon runtime engine by replacing the webdriver file manually.
But I am not sure how to do it on azure pipeline yaml file. If I am not using auto update webdriver it is picking the runtime engine default version of webdriver which is not equal to chrome version.
If I am using auto update webdriver it is updating to 114 version of chrome driver.