Hello. I try to do a data scraping on the below website to scrape product comments. There are 119 pages with 2388 comments. But there is no forward button. How can I scrape all comments from the website. Should I use any loop activities in UiPath and how can I use the loop you will advice?
Hello Mr. Yoichi. Tank you for your help. Did you put ‘For Each’ loop in a data scraping block? Can you explain how did you put ‘For Each’ activity if it is such that?
Just do one thing: Relax
In a situation that news things are applied, an validation issue should not lead to pressure
Take your time and analyze and fix.
With @Yoichi 's approach you will construct URLs marked with page info. Thats the idea of approach.
Check where validation icons occurs and check the message
check if index variable is correctly created (here we do see 1 warning)
Remove the output index from For Each loop activity and check it once.
The provided URL is incorrect.
If you opened any browser using Open browser or Attach browser activity then create one browser variable to it and then Pass browser variable to Navigate To activity. Else place Navigate To activity inside Attach Browser activity.