i am trying to iterate each row of internet table which is spanning in multiple pages, but it not working. what is happening is it is scrapping all 5 pages and start iterating row by row but of 5th page.
i want that it should start from the 1st page and then 2nd like wise
i scrapped the all pages by selecting and set the value as 1000 in the scrapping wizard. but what is happening is it scrap all the pages and start iterating from the first row of 5th page.