I am doing data scrapping from a website of 10 pages.
I am using (next button to move to the next page ) I am able to get the data correctly but on the last page there is no (next button) How do I stop the execution when it is on the last page?
@ENGINEERING_FAIL Use try catch activity and insert your data scrap actvity in try block and in the catch block use write line activity to catch the exception
@ENGINEERING_FAIL I believe if you are scraping it through Data Scraping wizard than it would automatically stop at the last page and take you to the next step in you workflow.
I know that bro.
But still itâs getting stuck on the last page (when next page not visible) and none of the information is not getting extracted into the provided excel document.
Thanks and regards,
Me