Edge Chromium creating multiple startup apps

Hi,

For some reason every time I’m running a test on Edge Chromium, it is creating me a new startup apps instance to my windows and when I start my pc, it now starts like 50 error consoles.

Is there a way to prevent this from happening? I can disable those from starting, but tests create new instances again.

Hi @otto.lindqvist,

Go to cmd prompt and execute the below :

taskkill /f /im IEDriverServer.exe
taskkill /f /im msedgedriver.exe 

Then rerun your Katalon test.

And this…

These works. Thank you!