Hi
I am trying to scrap a page with ajax “Load More” button, that, when clicked, just adds more records on the existing page, making the list longer. Currently it seems the application treats this as new page and scraps all the displayed rows again and again, therefore duplicating the data. is there a way to just scrap the newly added data ?