chromeDriver Upgrade Error

Hi
I am currently using Katalon Studio Version - 6.3.3 and My chrome got updated recently from 76 to 78
I am getting
“Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 76
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
System info: host: ‘TP120934’, ip: ‘10.6.100.23’, os.name: ‘Windows 7’, os.arch: ‘amd64’, os.version: ‘6.1’, java.version: ‘1.8.0_181’
Driver info: driver.version: CChromeDriver
remote stacktrace: Backtrace:
Ordinal0 [0x00477C93+1473683]
Ordinal0 [0x003FADB1+961969]
Ordinal0 [0x003842E3+475875]
Ordinal0 [0x0031F365+62309]
Ordinal0 [0x0031BC77+48247]
Ordinal0 [0x00339149+168265]
Ordinal0 [0x00338D1D+167197]
Ordinal0 [0x0033742B+160811]
Ordinal0 [0x00320AE6+68326]
Ordinal0 [0x00321BF0+72688]
Ordinal0 [0x00321B89+72585]
Ordinal0 [0x00414B77+1067895]
GetHandleVerifier [0x00516875+506677]
GetHandleVerifier [0x00516610+506064]
GetHandleVerifier [0x0051D1B8+533624]
GetHandleVerifier [0x0051704A+508682]
Ordinal0 [0x0040C266+1032806]
Ordinal0 [0x0040C0DF+1032415]
Ordinal0 [0x00416A8B+1075851]
Ordinal0 [0x00416BF3+1076211]
Ordinal0 [0x00415BA5+1072037]
BaseThreadInitThunk [0x74BA343D+18]
RtlInitializeExceptionChain [0x77259802+99]
RtlInitializeExceptionChain [0x772597D5+54]”
And My Localhost 8080 is running with jenkins.
I tried to update my chrome driver via tools->chrome->Update Webdriver
I am getting below error "
java.lang.reflect.InvocationTargetException
at com.kms.katalon.composer.handlers.UpdateChromeWebdriverHandler$1.run(UpdateChromeWebdriverHandler.java:37)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
Caused by: java.io.IOException: Process Timeout
at com.kms.katalon.execution.webui.configuration.WebDriverManagerRunConfiguration.downloadDriver(WebDriverManagerRunConfiguration.java:54)
at com.kms.katalon.composer.handlers.DriverDownloadManager.downloadDriver(DriverDownloadManager.java:22)
at com.kms.katalon.composer.handlers.UpdateChromeWebdriverHandler$1.run(UpdateChromeWebdriverHandler.java:35)
… 1 more"
image

Could anyone please help me what i can do on this ?
we have almost reach the deadline for the feature and need to delivered.We need to run the regression pack ASAP.
I tried to install Katalon latest version but its stop in activation end Katalon_Studio_Windows_64-7.0.10
In Total 3 Issues
1.Chrome driver Issue when its 76 to 78
2. Update chrome driver error in tools option
3.New version katalon installation error

Hi saranya.ranganayaki,

Please help to update the ChromeDriver again under Tools > Update WebDrivers, if it does not work please take a look on the below article to make it manually.

1 Like

Thank you @sang
Replacing is working fine.

Am unable to open chrome browser while running script in katalon studio version 8.2.0. Got error as update chrome driver even after updating am getting the below error. my chrome browser version and chrome driver version are same as 106

Updating web driver…

[INFO] Using WebDriverManager to resolve chrome
[INFO] Please answer the following questionnaire based on your experience with WebDriverManager. Thanks a lot!
[INFO] ====> http://tiny.cc/wdm-survey <====
[DEBUG] Running command on the shell: [wmic.exe, datafile, where, name=‘C:\Program Files (x86)\Google\Chrome\Application\chrome.exe’, get, Version, /value]
[DEBUG] There was a problem executing command <wmic.exe datafile where name=‘C:\Program Files (x86)\Google\Chrome\Application\chrome.exe’ get Version /value> on the shell: Cannot run program “wmic.exe” (in directory “C:\Windows\System32\wbem”): CreateProcess error=2, The system cannot find the file specified
[DEBUG] Result:
[DEBUG] Running command on the shell: [wmic.exe, datafile, where, name=‘C:\Users\nxf79595-a\AppData\Local\Google\Chrome\Application\chrome.exe’, get, Version, /value]
[DEBUG] There was a problem executing command <wmic.exe datafile where name=‘C:\Users\nxf79595-a\AppData\Local\Google\Chrome\Application\chrome.exe’ get Version /value> on the shell: Cannot run program “wmic.exe” (in directory “C:\Windows\System32\wbem”): CreateProcess error=2, The system cannot find the file specified
[DEBUG] Result:
[DEBUG] Running command on the shell: [wmic.exe, datafile, where, name=‘C:\Program Files\Google\Chrome\Application\chrome.exe’, get, Version, /value]
[DEBUG] There was a problem executing command <wmic.exe datafile where name=‘C:\Program Files\Google\Chrome\Application\chrome.exe’ get Version /value> on the shell: Cannot run program “wmic.exe” (in directory “C:\Windows\System32\wbem”): CreateProcess error=2, The system cannot find the file specified
[DEBUG] Result:
[DEBUG] Chrome version not discovered using wmic… trying reading the registry
[DEBUG] Running command on the shell: [REG, QUERY, HKCU\Software\Google\Chrome\BLBeacon, /v, version]
[DEBUG] Result: HKEY_CURRENT_USER\Software\Google\Chrome\BLBeacon version REG_SZ 106.0.5249.119
[WARN] Exception reading https://chromedriver.storage.googleapis.com/LATEST_RELEASE_106 to get latest version of chromedriver (Connect to https://chromedriver.storage.googleapis.com:443 [chromedriver.storage.googleapis.com/142.250.179.176] failed: Connection timed out: connect)
[DEBUG] Getting driver version for chrome106 from online versions.properties
Redirecting
[WARN] Error reading version.properties, using local instead
[DEBUG] Driver for chrome106 not found in online properties (using local version.properties)
[DEBUG] The driver version for Chrome 106 is unknown … trying with latest

Failed to run the installation step: “Updating web driver…”.
Process Timeout