Hello team
I have an object launching IE to read data from it, the current workflow is
Kill Process -> Launch IE -> Read data -> Kill Process
if it fails to read the data it has a recover stage that will retry 3 times by closing IE using the Kill Process Action and launching IE one more time, the issue is that the bot encountered the following exception
"ERROR: Internal : Failed to perform step 1 in Navigate Stage 'Open IE' on page 'Get Uploader Latest Version' - Application already launched"
I was able to manually replicate the exception message in the dev server, so it looks like the Kill Process action in the Prod servers' Environment Utility didn't work, have you had any similar issue? any thoughts or recommendations on how to handle this kind of situation?
Thanks in advance