Hi,
I managed to get the remaining data using another tool, though I wanted to extract the location links for all the branches on this website embedded in "show map directions". The issue is that there are 2 scrolls, a main scroll for the page and another smaller scroll for the locations beside the map, which is the one I need to perform the infinite scroll on. I used the element scroll selector, though every time I press data preview, the scraper scrolls down the main page scroll and not the smaller scroll so the other branches do not appear, even though I highlighted the area for the entire part next to the smaller scroll as the parent and the area for the information on each branch as the child.
Url: DUNKIN'
Sitemap:
{"_id":"DunkinKSA","startUrl":["DUNKIN' link","linkType":"linkFromHref","multiple":true,"parentSelectors":["Locations"],"selector":"div.action-btns:nth-of-type(9) button.btn-default","type":"SelectorLink"},{"delay":2000,"elementLimit":1000,"id":"Locations","multiple":true,"parentSelectors":["_root"],"selector":"div.cls_Sidenav_side_nav, #storeDiv div.restaurant-detail","type":"SelectorElementScroll"}]}
Thanks a lot!!