What the heck happened?
This appeared once I tried to record
Hi,
With Spy Web, when i click here :
[image]
I have this error
[image]
I don’t know what i can do
or
Hello, Im Umi. Im using Katalon version 6.2.2, but I get problem when I try to run my project with error :
Caused by: org.openqa.selenium.SessionNotCreatedException: session not created: This version of ChromeDriver only supports Chrome version 74
(Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Windows NT 6.3.9600 x86_64) (WARNING: The server did not provide any stacktrace information)
I check my chrome version is 76.0.38…
Yeah, there is definitely something wrong. I switched over to firefox for the time being so I could work until this is resolved.
You need to update your Webdriver.
I recently had this issue with the most recent chrome update. You may need to update your chromedriver. Katalon does this automatically if you go to Window >> Katalon Studio Preferences >> Katalon >> WebUI and check “automatically update webdriver”
You can also update chromedriver manually. Assuming this has worked for you before?
Also you can update your Chrome driver that lives in the Katalon folder. Replace the ChromeDriver in there with your current Google Chrome version. I know they just had a update so you are going to need to reboot your computer after you download the new Chromedriver and then proceed to replacing the old version you have in the file. And also check out the link too. It will provide ways for Katalon to update without you having to manually update it. Hope this works!
1 Like
changes the preferences helped. thank you VERY much!
1 Like
See this posting:
For those times when you see a message similar to the following: “Chrome version must be between …”
If Chrome has updated to a Chromedriver.exe version that is not compatible with ‘Katalon Studio’ you may be able to recover by installing the latest Chromedriver.exe.
Steps:
Shutdown ‘Katalon Studio’
Using any browser navigate to: https://chromedriver.storage.googleapis.com/index.html
Wait for the page to load
Click the “Name” tab to sort Chromedriver releases
Download the latest version for …
1 Like