I think this is not a good question, but I am facing a problem and really don’t know how to get over or get around it.
Robot Description:
User-assisting robot (assist user to entry data to web-based app).
Problematic Behavior:
(Normal) Robot is monitoring Save Button using Monitor Events. When the Save Button is clicked, robot displays a message box “Data is entried” (inside Monitor Events’ event handler). And then once again message box “End of automation”. (just for debugging now).
(Weird) When web-app entry is error, web-app displays an another popup web page containing error list. But each time after the error list showed up and user clicked Save Button, the message box “Data is entried” is displayed instantly, but the "End of automation” message box is delayed for about 30 seconds (and sometimes more).
What I Think:
- Since the “Data is entried” showed up directly, there is no problem with recognizing elements.
- The problem seems when “getting out” of Monitor Events, may be on the backend UiPath is waiting for something?
Is there anyone who can suggest what is done backend in the Monitor Events so I can find the problem?
The flow is simply like: