Nacigation problem

when I Navigate from window to anther some times the next window is not responding how can i make the bot to close the window and came where he close it any can help me

Hey @Waleed_Albariqi

Try using the Globel Exception Handler :grimacing: Link

Best,

Hi @Waleed_Albariqi ,

That is what we would call a System Exception, since the system itself isn’t responding.

Encase the entire sequence into a Try Catch Activity and in the Catch create an Exception and inside it use a Log Message like so:

image

image

I hope this helps.

Kind Regards,
Ashwin A.K

thank you i will try it