Project >>Setting>> Disabled in 5.6.3 Katalon Studio

I have used this Setting till 5.5 version of KatalonVersion, but this looks disabled from 5.6.3

Setting Disabled.PNG

I’ve seen this is many versions of Katalon. It’s usually the case that Katalon thinks a test (or suite) is running.

If you kill all drivers (see code below) does it recover?

Run these from the shell (better, create a batch file/shell script)

taskkill /f /im geckodriver.exe
taskkill /f /im chromedriver.exe
taskkill /f /im IEDriverServer.exe
1 Like