Scraping data

What does the below line mean?
Scrape the data in all the pages of the table, page by page, ensuring error handling and recovery.

That we have to scrape data page by page without clicking next (>) button like in assignment 2 dispatcher or we can scrape the data on whole just by putting it in try catch block?

Thanks

Based on the statement - you have to scrape the data like in assignment 2.

Regards,
Karthik Byggari

Thanks