cancel
Showing results for 
Search instead for 
Did you mean: 

Highlight accessed objects

RobertRoginer
Level 6
Is there a way to frame objects that are clicked on in the application in red, so that they are highlighted. In UiPath, objects in debug mode are outlined in red when clicked.
As an an example:
18780.png


------------------------------
Robert Roginer
RPA Modeller
Mainova
Europe/Berlin
------------------------------
1 BEST ANSWER

Best Answers

CarlCarter
Staff
Staff

Hi Robert,

There is a way to achieve this. You would need to add a Navigate stage at each position in your flow where you wanted to the highlight the target element.

Within the Navigate stage, you would use the 'Verify' action and set the 'Highlight' input to True.

This will highlight the element if found, or throw an exception if the element was not found.

------------------------------
Carl Carter
Senior Developer
Blue Prism
Europe/London
------------------------------

View answer in original post

2 REPLIES 2

PvD_SE
Level 12
Hi R,

Not to my knowledge. There are more finesses in other RPA products that are not available in BP, as BP has features that are unavailable in other products. But you can always ask the good folks at BP for new functionality to be added on this page.

------------------------------
Happy coding!
---------------
Paul
Sweden
------------------------------
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)

CarlCarter
Staff
Staff

Hi Robert,

There is a way to achieve this. You would need to add a Navigate stage at each position in your flow where you wanted to the highlight the target element.

Within the Navigate stage, you would use the 'Verify' action and set the 'Highlight' input to True.

This will highlight the element if found, or throw an exception if the element was not found.

------------------------------
Carl Carter
Senior Developer
Blue Prism
Europe/London
------------------------------