How to find Highlighted text and click on it

Hi

Welcome to uipath forum

You can try with CLICK TEXT activity where you can mention the text you want to be clicked so that it will click on it

If you want to know the position as a uielement then

Use FIND TEXT POSITION activity where pass the text you want as string and get the output as a uielement

  1. Then pass that uielement output as input to ELEMENT property in HIGHLIGHT Activity

  2. Then use a CLICK ACTIVITY where pass the same uielement output as input to ELEMENT property

In this way it will search first, highlight then and click on it

Cheers @central.light

1 Like