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
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.
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.
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.
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.