Selector changes postions and duplicate objects to select

i am trying to indicate a selector on a website that deals with insurances. The problem is that the location of the object I am trying to click on changes positions for each user. also some users have duplicate insurances with the same insurance name. i tired to add an anchor to make it unique but there are no elements on the page to make it different from the other. the bot breaks because it doesnt know which one to select.

Welcome to the UiPath Community @Shazid_Rahman

This is practically not possible. If there’s a webpage having two elements, then they both will have a at least 1 unique selector element.

Basically, you are saying the entire selector element tree is same for both, if possible select all the components in both element’s selector and then compare or share if possible