I use Data Scraping to retrieve a DataTable in web and get a problem. I need to extract a table for all pages, but I don’t have a “next page” button. Only buttons 1,2,3,4 …
How to get around this problem?
I have an idea to use “for each”, but I’m not sure that this is a good solution
.
I will be grateful for any advice.