Close application activity throws an error, after successfully iterating a number of times

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.

Hi, use close TAB instead of click close

Hi @Maliki4815,

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