How can you prevent a robot from crashing when an unexpected behavior from an application is encountered
have you tried the try/catch-activity? This is usually how you have to handle exceptions…
If you are aware because of which activity your robot is stuck you can use “Continue on Error” property which is specific to an activity.