Kill / Handle windows error messagebox

How to kill or hanlde or close widows unexpected message box?
eg. if we are running batch file and got connection error message box

@rupeshkumar.shah

Please try using try and catch activity, in the catch activity you can try to redirect the workflow to the step where you establish the connection.

If you can simulate the popup, use parallel activity to respond the message box.