I get this error while trying to Kill Chrome process:
“Kill Process: Encountered errors while trying to kill a process”
in case Chrome is downloading a file while trying to close it.
How to overcome this error?
Cami
We can check with path exists activity and get the output with a Boolean variable
Use a IF condition with Boolean variable and if it’s it’s true add kill process in then part or add a delay activity in else part then use a kill process next to this delay in else part
Cheers @CamiCat