Infinite Scroll Down

Describe the problem.

Dear All,

Im having issues at scrapping the information from this web page.
It loads automatically more and more information. I have tried the "SelectorElementScroll" yet doesnt seems to work. Can you please help?

Url: http://www.tottus.cl/tottus/browse/Vinos-Tintos/115.3

Sitemap:
{"_id":"vinostintostottus","startUrl":["http://www.tottus.cl/tottus/browse/Vinos-Tintos/115.3"],"selectors":[{"id":"all","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div.jscroll-added:nth-of-type(10) form:nth-of-type(n+6) div.caption-bottom-wrapper","multiple":true,"delay":0},{"id":"price","type":"SelectorText","parentSelectors":["_root"],"selector":"div.jscroll-added:nth-of-type(9) h5 div, div.jscroll-added:nth-of-type(9) h5 span, div.jscroll-added:nth-of-type(9) div.statement, div.jscroll-added:nth-of-type(9) span.active-price span:nth-of-type(1), div.jscroll-added:nth-of-type(9) div.precioDescuento:nth-of-type(1)","multiple":true,"regex":"","delay":0}]}

Many thanks from Chile

Try this on for size

{"_id":"forum-broke-infn-scroll","startUrl":["http://www.tottus.cl/tottus/browse/Vinos-Tintos/115.3"],"selectors":[{"id":"all","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div.item-product-caption","multiple":true,"delay":"2000"},{"id":"Veridal","type":"SelectorText","parentSelectors":["all"],"selector":"h5 div","multiple":false,"regex":"","delay":0},{"id":"Price","type":"SelectorText","parentSelectors":["all"],"selector":"div.prices","multiple":false,"regex":"","delay":0},{"id":"Brand","type":"SelectorText","parentSelectors":["all"],"selector":"h5 span","multiple":false,"regex":"","delay":0}]}

Many thanks! its working!