Iterating through multiple pages

Hello Everyone,

  1. Used data scraping to extract data.
  2. Declared maximum number to fetch 1000 records of data.
  3. So, it should move from first page to last page.
  4. Issue is the data extraction done in first page alone (or) it’s dynamically going from first to second page again it moving to first page, not visiting other pages.

Hi @poojadass.murugadass

Can you share the screenshot of the web page. If the website is public?

Regards
Gokul

its a trigger that the next selector has to be checked and to modyfied. We know from several pages that the pagenumber is inserted in the selector when only takink the selector with indicate element and not postedited afterwards.

can you share with us the next selector? Thanks

Thanks,
Poojadass