in my automation I have to click on this button but it goes through several accounts on the site and within that button the names change I would like to know how to make the click work on all accounts on the site
In the selectors keep the inner text as ignore text and “aaname” as blank
regards,
Try this method using fuzzy selectors. To use regex for selectors you can take the below format as an example
<webctrl aaname=‘(Project|Stage)Name’ matching:aaname=‘regex’
Is that button having a label above it? Atleast from screenshot looks so…
If that is true then explore the lines from bottom in the ui explorer center top window…as you move up from bottom you might see the label attribute with aaname which would be constant and can use it
Cheers