Element With Same Name Appears

Hello everyone.

Is there any method or way to find out if there are two elements with the same name appear on screen ,

Refer the image as example; which has simialr senario
When i search ‘haritha’ there are 2 results, i want bot to find out when every two elements with same name appear


Identity Management System link for refer

Hi @RK_0 ,

Have you tried using Data Scraping or Table Extraction to extract this data ?

If possible to extract it as Datatable, we can perform Filtering to Check whether there are two or more rows with same name values.

Thanks for the quick response.

Yes, I tried with data scarping. I am looking for any other possible way to do it.

@RK_0 ,

Another Adoption of Similar way as Data Scraping would be to use Find Children and then again check the values by Filtering.

And if the Logic suites well, we could also get the text from Showing 1 to 2 of 2 Entries to Check whether it includes more than 1 Entry. But if you want an exact search of the word you’re trying to find, it might get error output values.

Let us know what exactly you’re looking for in order to understand the method of verification.

Hello @RK_0 ,

If data scraping is not working then you can try to download the search result. As we can see in the image there’s a DOWNLOAD REPORT option in the top left, which may export the search result to excel / other format.
You can read the downloaded file and check if multiple entries present for the same file or not.

Regards,
Rohith

The method I’m looking for is the one that gives a faster output than data scraping. find children is not working and I’m thinking of get full text activity as my last option.

1 Like

Well, the idea is to download only one file from the above two. The bot should identify that there are two results. When the bot finds there are two results, it should include the id and search again.

@RK_0 , Okay got the requirement. I thought Download Report may give you the search result using which you can extract the required ID number and Process it further.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.