I’ve created a sequence of clicks, where I open an windows application and I click one of the button on the screen using Click Activity. During execution, when the bot arrives to the Click event, the application closes or may be crashes can’t predict. without throwing any errors, However Click event seems to be not happening and I don’t see any response on User Interface.
I tried to debug by inserting other activities in between or after the particular click activity but seems to be the Click activity is not working and the application closes at the same point.
what type of application are you automating (Web, desktop, JavaForms based…)
Also have a look to the windows event manager entries. Maybe it will report some details on the failure