I need to extract all the 22 elements from a table which is distribuited in 3 different pages.
The table has a maximum of 10 rows per page.
How can i implement a workflow so that:
i get the total number of elements
2)I extract the first 10 elements
when I reach the 10th element I press on the button for moving on the next page?
Can you share me a sample workflow?
Thank you,
cami
@CamiCat The data Scraping wizard has an option to collect data over multiple pages - click that, then select which element moves you to the next page, and it will pull everything to a DataTable variable.
@CamiCat - Without knowing the page, I don’t think I can. The best I can offer is that you would need to have a loop with a counter, and after the counter reaches 10, make the button push, reset counter and continue.
Why doesn’t the option work? When asked, click on the button as the “Next Link Selector” - the activity should do the rest.