cancel
Showing results for 
Search instead for 
Did you mean: 

IRPA Recognize using Custom HTML Attributes

0 Kudos

I want to recognize the input element using an attribute "fgid" , but i am not able to use it as a recognition pattern.

I even tried item.getAttribute('fgid') but it returns an empty string.

Srinivas-Rao
Contributor
0 Kudos

Hi - What is the exact reason to use that? Are you not able to directly identify it with the captured data ? If not, what is the reason for it?

Thanks & Regards

Srinivas Rao.

0 Kudos

Yes, i am not able to uniquely identify with the captured data. These are custom fields which are dynamic and may/may not exist

if you look at the 'id' or 'name', they change according to the client usage.

also i tried using the Item List : (Where 'id' starts-with 'label_') , but then if i do item.getAttribute('fgid'), it returns an empty string

Thanks,

Harsh

Accepted Solutions (0)

Answers (1)

Answers (1)

Hello,

You have to capture the element when the fgid attribute is present on the screen.

Once declared, if criteria are not sufficient, you can use other methods of recognition as the pattern method, ancestor method or labelby method.

You will find more information on this page.

Best regards,

Baptiste Saint-André