Infinite scroll (Stumbleupon)

Cannot get the infinite scroll to work...

Url: https://www.stumbleupon.com/stumbler/

Sitemap:
{"_id":"stumbleupon","startUrl":["https://www.stumbleupon.com/stumbler/KMStumbles"],"selectors":[{"id":"scrolling","type":"SelectorElementScroll","selector":"#profile-container > .continuous-scroll","parentSelectors":["_root"],"multiple":true,"delay":"2500"},{"id":"item","type":"SelectorElement","selector":"div.list-item-tile-container","parentSelectors":["_root","scrolling"],"multiple":true,"delay":0},{"id":"title","type":"SelectorText","selector":"div.title a","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"img","type":"SelectorImage","selector":"div.tile-top","parentSelectors":["item"],"multiple":false,"delay":0},{"id":"likes","type":"SelectorText","selector":"div.likes a","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"page","type":"SelectorText","selector":"div.domain","parentSelectors":["item"],"multiple":false,"regex":"","delay":0},{"id":"item_click","type":"SelectorElementClick","selector":"div.tile-top","parentSelectors":["item_click"],"multiple":false,"delay":0,"clickElementSelector":"div.tile-top","clickType":"clickOnce","discardInitialElements":false,"clickElementUniquenessType":"uniqueText"}]}

I found a few errors in your code but couldn't get this to work either. Basically scrolldown is your "element selector" you should only need this one and then all the specific text you want to scrape in the child.

maybe @iconoclast can help? I tired several css classes with no luck.

I can't access the site but your problem is probably related to not having a long enough delay on your element scroll

No. I tried a 6000 delay. Can’t get any scrolling going.