I execute a robot all the day and in each execution I write lines to know the sequence that the robots had and in case to crash detecting where it was.
However, I would like to know if It is possible to clear the lines in the output. The rebot has a delay between each execution, as soon as delay finishes I want to clear output
Console.Clear() doesn’t work because the Output panel isn’t a real console window. Why not use a Click activity instead? The Clear All button has a pretty good selector and it works with SimulateClick.
When I select the button, I get an error message. I think it is the security mechanism that prevents the UiPath Studio from being controlled by the robot.