Hi Experts, need help
Getting an error when I try to record - Could not start a new session. Response code 500
Getting this for all 3 - chrome, edge, & firefox
And when I try to update the drivers, its actually hanging
Pls. suggest
Thanks
Hi Experts, need help
Getting an error when I try to record - Could not start a new session. Response code 500
Getting this for all 3 - chrome, edge, & firefox
And when I try to update the drivers, its actually hanging
Pls. suggest
Thanks
The error clearly states:
“This version of Microsoft Edge WebDriver only supports Microsoft Edge version 144, Current browser version is 146.0.3856.59”
Your Edge browser (v146) is ahead of the WebDriver (v144) — same likely happening with Chrome and Firefox.
Why Driver Update is Hanging?
Katalon’s built-in driver updater tries to download from the internet and often hangs due to:
Proxy/firewall restrictions (common in corporate networks)
Katalon server timeout issues
Antivirus blocking the download
Manually Update WebDrivers
Check your exact browser versions:
Edge: edge://settings/help
Chrome: chrome://settings/help
Firefox: Help → About Firefox
Download matching drivers manually:
Replace the drivers in Katalon’s folder:
C:\Users\<YourUser>\katalon-studio\configuration\resources\drivers\
(Separate subfolders for chromedriver_win32, edgedriver, firefox)
this one is pretty straightforward, it’s a browser ↔ WebDriver version mismatch.
From the error:
Edge WebDriver supports v144 but your browser is v146
Same thing is likely happening for Chrome & Firefox too.
Why it fails to record?
Katalon can’t start a session if the driver version doesn’t match the browser → results in that 500 error.
Check your browser versions:
edge://settings/helpchrome://settings/helpDownload matching drivers:
Replace in:
C:\Users\<your-user>\.katalon\configuration\resources\drivers\
Very common in corporate setups, usually caused by:
Manual update is more reliable ![]()
If this happens often:
If you want, share your Chrome/Edge versions and I can point you to the exact driver build ![]()
you can chat with AI models and try the suggested solution
Are you behind a firewall or a proxy of your organization? If so you need to configure your project to live with them.
Hi
I don’t see the configuration folder inside .katalon folder
Thanks Arvind
But I don’t see the configuration folder inside katalon-studio folder
Please answer to this question. Yes or no? If yes, describe how your machine is connected to the Internet.
Thanks everyone
I upgraded to 11.0 and not getting the error now
i was also getting this error, Updating chrome and edge driver solve it.