How to update ChromeDriver in Katalon Studio v6?
I asked it to Google. AI from Google replied as follows:
Updating ChromeDriver in Katalon Studio 6 can be done through two primary methods:
- Using Katalon Studio’s Built-in WebDriver Updater:
From the main toolbar in Katalon Studio, navigate to Tools > Update WebDrivers.
In the dropdown list that appears, select “Chrome” to initiate the update process for the ChromeDriver.
Katalon Studio will automatically detect the Chrome browser version installed on your system and attempt to download and set up a compatible ChromeDriver version.
A success message will be displayed upon completion. Test cases that previously failed due to driver incompatibility should now run successfully.
- Manual Update:
- Locate Katalon Studio’s Driver Folder:
Open your file explorer and navigate to the Katalon Studio installation directory. Then, go to configuration\resources\drivers\chromedriver_win32.
- Download Latest ChromeDriver:
Visit the official ChromeDriver downloads page (e.g., chromedriver.chromium.org/downloads or the Chrome for Testing dashboard for specific versions) and download the ChromeDriver version that corresponds to your installed Chrome browser version.
Extract the downloaded ChromeDriver archive and copy the chromedriver.exe file. Paste it into the chromedriver_win32 folder within your Katalon Studio installation, replacing the existing chromedriver.exe file.
If Katalon Studio was open during this process, restart it to ensure the new ChromeDriver is loaded.
Run a test case to confirm that the updated ChromeDriver is being used and tests are executing correctly.
I don’t know if the reply from AI is right.
I am not sure if v6 was armed with the built-in WebDriver Updater. Even if yes, I suppose, the version of the bundled WebDriverManager library must be very old. Therefore it wouldn’t support the current Chrome 140.x.
I am not going to check how to make v6.x runnable now. 