I’m experiencing an issue in Katalon Studio (KS‑11.0.1) where launching the browser takes nearly five minutes during script execution. I’ve already disabled Smart Wait and cleared the project’s bin, Libs, and .cache folders to force a clean rebuild. I also reloaded the plugins, but the delay still persists. Could you please help me resolve this issue?
i experienced a similar issue about a year ago when using Katalon Studio v9
in my case the problem only happened on my macOS machine, the browser launch took several minutes
however, when running the same project on my Windows machine, it worked as expected and the browser launched blazingly fast
could you share which operating system you are using?
it might help narrow down whether the issue is OS-specific
Our firewall block to download the driver, so we have manually downloaded and placed it in a driver folder. this is the same setting that we are using for the past 6 months and its worked fine
Now I know, your are behide a firewall, so that you have a difficulty upgrading WebDrivers. On the other hand, Chrome browsers automatically upgrades itself quite often. Therefore you will have hard time keeping sync the versions of Chrome browser and ChromeDriver.
I would recommend you to talk to your network administrator and ask them to allow outgoing traffic to the WebDrivers’ download URLs.
Additionally, I would recommend you to look at “Chrome for Testing”. “Chrome for Testing” is another Chrome flavor which does NOT autoupgrade itself. You can fix its version on your machine. This makes the life of Selenium users easier. You can control the vesions of “Chrome for Testing” and ChromeDriver.
Unfortunately Katalon does not support “Chrome for Testing” well. In fact Katalon disregards the Chrome for Testing. You have to configure your project for “Chrome for Testing” yourself.
Katalon Studio, force a clean rebuild by closing Katalon and deleting the bin, Libs, and .cache folders within your project directory, then restart Katalon. Additionally, update your WebDrivers to ensure they match the browser version.
Steps to Force a Clean Rebuild
Close Katalon Studio entirely to ensure files are not in use.
Navigate to your project directory.
Delete the following items:
bin folder
Libs folder
.cache folder
.classpath file (recommended)
Restart Katalon Studio and open your project. It will automatically re-index and rebuild these folders. @clean@rebuild
AM not doing anything newly its like a normal code only still the issue persist. and my collegue using the same project for them it launches only 15 secs. i have tried by changing laptop too. Still the same issue persist