If text exist then get the attributes of the text

I am in between an automation where I need to check a text in the webpage .
If the text exist I need to extract the attributes of the specified text from the webpage/ERP web application is this possible to do so ?

Hi @Kevin_Palathuruthy ,
In order to see text exists or not Use Check app state or Element exists activity on that webpage.
If text exists use get text activity to extract the attributes.

@Manisha_Ravindra I only have the text to be searched and the position of the text in the webpage is dynamic,
I need to get the attributes of that specified text element so that i can refer those attributes.

This is the table where the text exists. If the text exists I need to use the corresponding columns to enter other details of the row.

You can use anchor base search to get the text
Of image exist activity to see if what need to be present it there not if it’s there than u can use find text position to get the position each time and once y have that use it to get the attributes

@jast1631 I tried using text exist activity and if text existed I added find text position activity and stored the uielement . But when i tried to click using that uielement its clicking on somewhere else…!

If possible share the xaml

Also
Required variable chaanega ?
Where it is clicking ?
If u can share screen shots

U can visit rpachallenge.com and use this code for test.

Main.xaml (12.6 KB)