UiPath Selectors Trouble

Hi!

I am having trouble with a click activity because the selector of the image i want to click is not unique. At this moment i have the following selector:

webctrl class=‘v-csslayout v-layout v-widget’ id=‘gwt-uid-’ aria-labelledby='gwt-uid-’ tag=‘DIV’

The problem is that there are 6 other items with this same class and 3 other items with the same structure of id and aria-labelledby. Also everytime i refresh the page the numbers (which in this moment are shown as *) change therefore i can´t put exact numbers on the item because they change dinamically.

Any help is welcome! Thank you!

did you try with find children activity first?
for an a guide, follow this post please