Here is a screenshot where you can see I have built a simple process. I am running the process on a dual monitor so I can inspect the studio on one monitor and see the actually process in action on the other monitor, however, I have to frequently, manually, scroll my mouse down on UiPath Studio to see where the process currently is. Is there a setting that automates this?
However, UiPath Studio has a feature called “Highlight Current Activity” that can help you identify the activity being executed. When you run a process in Debug mode, the activity that is currently being executed will be highlighted with a yellow border around it. This can be helpful in tracking the progress of the process without the need to scroll.
In addition to above with the reference to the docu:
Debugging:
Execution Trail
The Execution Trail ribbon button is disabled by default. When enabled, it shows the exact execution path at debugging. As the process is executed, each activity is highlighted and marked in the Designer panel, showing you the execution as it happens:
executed activities are marked and highlighted in green;
activities that were not executed are not marked in any way;
activities that threw an exception are marked and highlighted in red.
Highlight Elements
If enabled, UI elements are highlighted during debugging. The option can be used both with regular and step-by-step debugging.
Thank you so much for your input, it feels like I am on the right track, however, the “scrolling” path is not working in Studio even when I have selected the above suggested options.
If you want to reach to a specific break point or the point where execution is paused(due to error also) then you can use focus to automatically go there instead of scrolling
I just tried your solution but to no vain. Tomorrow I will try to see if I can update UiPath and if it is a version number that might be faulty. I let you know soon. Thanks in advance!
I will be heading home from work now, however, for the next time I am at my workplace, can you suggest me a screen recorder that is compatible with a virtual machine and is free? Thanks in advance!