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
-
Then pass that uielement output as input to ELEMENT property in HIGHLIGHT Activity
-
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