All,
FF: 61
katalon 5.5
windows 10.
Im not able to record or use object spy of katalon. Please help. I tried running katalon on admin mode
If you think its a bug then i’d suggest trying to post this here:
i found the solution. it was becuase the ports were used by another process
use
netstat -nao | find “8080”
netstat -nao | find “50001”
kill the processes using the ports
Taskkill /PID <26356> /F