How to scrap only one row from a table?

even an anchor base and a find element is also not working.

@vivek_Chowdary,

Why you are using anchor base and find element here ?

I took input data from Excel file and applied filter then displayed it. And its printing output perfectly. Have you ran above attached Main.xaml file

ya I tried the same. But it didn’t work, so I tried the other way also. But even that didn’t work.

After running above file, what error are you getting ?

Got it. I deleted that data scraping xaml file and repeated the same a bit differently and its working fine now.

@lakshman But here according to my need I have an excel file with the names of cricketers and I need to retrieve every players performances in the year 2018 and store it in another excel file. How to do the data scraping thing in a loop?