2025-06-04 18:27:03.286 INFO c.k.k.c.w.d.chrome.ChromeDriverUtil - Checking and download if needed Chrome browser and driver for Chrome for Testing version latest (This may take a while in case of downloading needed)
Jun 04, 2025 6:33:27 PM org.openqa.selenium.manager.SeleniumManager lambda$runCommand$1
WARNING: The chromedriver version (135.0.7049.95) detected in PATH at C:\Program Files\Python312\chromedriver.exe might not be compatible with the detected chrome version (137.0.7151.68); currently, chromedriver 137.0.7151.68 is recommended for chrome 137.*, so it is advised to delete the driver in PATH and retry
2025-06-04 18:33:27.344 INFO c.k.k.c.w.d.chrome.ChromeDriverUtil - Checking Chrome browser and driver completed in 384057 ms
2025-06-04 18:33:27.345 INFO c.k.k.c.w.d.chrome.ChromeDriverBuilder - Chrome driver path: C:\Program Files\Python312\chromedriver.exe
1 Like
Hi @jian_chen,
Welcome to our community. Your logs indicate a version mismatch between ChromeDriver and your installed Chrome browse. You can try deleting or renaming the existing ChromeDriver at: C:\Program Files\Python312\chromedriver.exe
. Allow Katalon Studio to automatically download the compatible ChromeDriver version, or manually download the correct ChromeDriver (version 137.0.7151.68) then place it into a known path. Restart KS and run your tests again.
Hope this can help! Thank you