Unable to Open Chrome Driver Browser

Hi @Sample,

If your current Chrome browser version is v74, please follow these steps:

  1. Manually download chromedriver at this link https://chromedriver.storage.googleapis.com/index.html?path=74.0.3729.6/.
  2. 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
  1. For macOS and Linux machine: Set chromedriver to executable: chmod +x chromedriver and open Katalon Studio again.

https://docs.katalon.com/katalon-studio/docs/update-or-replace-web-browser-drivers-and-selenium.html#how-to-replace

Thanks.

2 Likes