cancel
Showing results for 
Search instead for 
Did you mean: 

IRPA Recognize using Custom HTML Attributes

0 Kudos
419

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.

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é