Try this workflow and see if it works: Main2.xaml (12.5 KB)
What I did is use Chrome to select the elements because it seems that the selectors for this website break when you use IE. After selecting the elements from Chrome, I simply switched the “attach browser” activity to attach to IE instead.
Another alternative is to use the Find Children activity when the data scraping wizard is not providing the results as expected.
This grabs the product names but you can adapt then to grab reviews (which actually seem to be on a different page so I don’t know how you would have been able to scrape both product names and reviews via a single data scraping activity).
It opens the browser and then I see the attached screen, I am sorry I am a newbie here, so how do I see the output? Shall I use any breakpoints somewhere, to see the output?