While executing a workflow which included a number of iterations, “Close application” activity threw an error after successfully executing three cycles:
The workflow included reading arabic text from an excel file and converting it to english using google translate.
You could use Kill Process to close the browser, if this error occurs. Put a TryCatch around the Close Application activity, and put a Kill Process in the Catch part with the browser name. (iexplore, chrome, etc.) Make sure ContinueOnError is marked as True on the Kill Process