Hi @Sample,
If your current Chrome browser version is v74, please follow these steps:
- Manually download chromedriver at this link https://chromedriver.storage.googleapis.com/index.html?path=74.0.3729.6/.
- Extract and replace the current chromedriver in:
- Windows 32bit:
<KS_folder>/configuration/resources/drivers/chromedriver_win32 - Windows 64bit:
<KS_folder>/configuration/resources/drivers/chromedriver_win64 - macOS:
/Applications/Katalon Studio.app/Contents/Eclipse/configuration/resources/drivers/chromedriver_mac - Linux:
<KS_folder>/configuration/resources/drivers/chromedriver_linux64
- For macOS and Linux machine: Set chromedriver to executable:
chmod +x chromedriverand open Katalon Studio again.
Thanks.