Hi All
I am scraping 200 Samsung Mobiles details from www.soudi.souq.com using data Scraping wizard, but i am getting data of fist page only though i had selected Next for data on multiple pages.
Tried both on chrome and IE.
I also tried While loop using counter and click activity for next page, but still not clicking on next page, instead scraping fist page data multiple time untill 150 mobile data complete.
No error, nothing.
Any help will be highly appreciated.
Thanks in advance.
Use dynamic selector to navigate on the next page if click not work.
@NafeesSid - When you are navigating to the next page there is some property which are changing like page no or anything which you need to pass in the selector which will make selector dynamic.
Hi
Kindly have a view on this thread for more insights and might resolve your issue
Cheers @NafeesSid
Hi ,
we can use dynamic selector concept here to navigate to the next the pages if next button is not working.
Dynamic selector
Assign a variable and place it into selector and keep it in loop with one counter variable.
Thank you Sir
Ur suggestions helped me,
I put url of fist page in navigate activity and applied counter on page number in do while loop.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.