Hi,
As the title states, I am having trouble extracting data if there are 2 or more of the same elements. Here is an example to better visualize the situation.
Let’s say I have this webpage which displays the property details of a person:
1 Title Document: XXX-XXX-XXX
Address: XXX-XXX-XXX
Lot No: XXX-XXX-XX
There is no issue if the person only has 1 property but if there are 2 or more, it will be displayed as so:
1 Title Document: XXX-XXX-XXX
Address: XXX-XXX-XXX
Lot No: XXX-XXX-XX
2 Title Document: XXX-XXX-XXX
Address: XXX-XXX-XXX
Lot No: XXX-XXX-XXX
So there will basically be 2 of the same elements that I would need to extract data from. However, whenever I set the Ui Selector for the 2nd element, it always points back to the 1st element I also tried making it more specific, but Ui Explorer only shows 3 attributes I can change regarding these elements which does not solve my problem.
Is there any other way to uniquely identify them from one another? Any help/insight will be greatly appreciated, thank you!
I am using the 2022.10.3 version of UiPath Studios