INFO] Using WebDriverManager to resolve chrome
[DEBUG] Detecting chrome version using online commands.properties
[DEBUG] Running command on the shell: [/Applications/Google Chrome.app/Contents/MacOS/Google Chrome, --version]
[DEBUG] Result: Google Chrome 122.0.6261.57
[INFO] Using chromedriver 122.0.6261.69 (resolved driver for Chrome 122)
[INFO] Reading https://chromedriver.storage.googleapis.com/ to seek chromedriver
[DEBUG] Driver to be downloaded chromedriver 122.0.6261.69
[DEBUG] Using URL built from repository pattern: https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/122.0.6261.69/mac-x64/chromedriver-mac-x64.zip
[INFO] Downloading https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/122.0.6261.69/mac-x64/chromedriver-mac-x64.zip
[ERROR] Error HTTP 404 executing https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/122.0.6261.69/mac-x64/chromedriver-mac-x64.zip
[INFO] Clearing WebDriverManager resolution cache
[WARN] Exception writing resolution cache as a properties file java.lang.NullPointerException
[WARN] There was an error managing chromedriver 122.0.6261.69 (Error HTTP 404 executing https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/122.0.6261.69/mac-x64/chromedriver-mac-x64.zip) ... trying again avoiding reading release from repository
[DEBUG] Detecting chrome version using online commands.properties
[DEBUG] Running command on the shell: [/Applications/Google Chrome.app/Contents/MacOS/Google Chrome, --version]
[DEBUG] Result: Google Chrome 122.0.6261.57
[DEBUG] Getting driver version for chrome122 from online versions.properties
[DEBUG] Driver for chrome122 not found in online properties (using local versions.properties)
[DEBUG] The driver version for CHROME 122 is unknown ... trying with latest
[INFO] Reading https://chromedriver.storage.googleapis.com/ to seek chromedriver
[DEBUG] Driver to be downloaded chromedriver 114.0.5735.90
[INFO] Downloading https://chromedriver.storage.googleapis.com/114.0.5735.90/chromedriver_mac64.zip
[INFO] Extracting driver from compressed file chromedriver_mac64.zip
[DEBUG] Overriding former driver /Applications/Katalon Studio.app/Contents/Eclipse/configuration/resources/drivers/chromedriver_mac/chromedriver
[INFO] Driver location: /Applications/Katalon Studio.app/Contents/Eclipse/configuration/resources/drivers/chromedriver_mac/chromedriver
It seems like your Chrome or Edge Chromium Webdriver is not up to date with your current browser. Please go to Tools > Update webdrivers to upgrade and try again
When updating Chromedriver from Tools menu I got the same message as in @ropereralk 's schreenshot.
I switched over to Firefox to keep testing for the time being.
$ pwd
/<Base_Path>/Katalon_Studio_Linux_64-9.2.0/configuration/resources/tools/webdriver
$ ls -al
total 47180
drwxr-xr-x. 2 ibus ibus 44 Jan 5 10:29 .
drwxr-xr-x. 3 ibus ibus 23 Jan 5 10:29 ..
-rwxr-xr-x. 1 ibus ibus 48311686 Dec 27 18:29 webdrivermanager-5.4.1-fat.jar
Something similar should be on Windows, depending on the folder where the user installed it (and ofcourse, katalon version)
For KRE, seems to be something like (on linux and most probably same for windows):
$ pwd
/<Base_Path>/Katalon_Studio_Engine_Linux_64-9.3.0/configuration/resources/tools/webdriver
$ ls
webdrivermanager-5.4.1-fat.jar
the same workaround should work for KRE so, with some small pipeline patches, this may unlock also this for the users running on various CI platforms (just add a wget and some cp / mv in your pipeline prior to start your tests)
We apologize for this issue which has delayed your testing projects. Our Product team has released a fix for the issue with updating Chrome WebDriver in our latest release. You can learn more by visiting the thread below: