How to check why the robot is taking too long to execute a process? It has taken more than 4 hours to execute the client’s process.
In this process, the robot needs to enter a web application and open Excel to perform the validations, but it has taken a long time to do so.
How can I check which part of the process it takes the longest? In order to verify, if this delay is related to the system (network, etc.) or the development of the robot?
I’ve encountered a lot of troubles with excel in past. Because of that I prefer to use workbooks activities instead of excel app scope.
If your robot is working as unattended then use log message activity. It will show you what robot is currently doing. It will help you find that long time performing period.