Scrolling google maps reviews

Hello everyone,

I'm having some trouble scraping google maps reviews, the extractor is working fine but it won't scroll past the first few reviews...

I'm missing something? Of course, I've already read the docs and used a selectorElementScroll, maybe in the wrong way :expressionless:

Any suggestion is welcome!

Url: https://www.google.it/maps/place/Museo+Enzo+Ferrari/@44.6520435,10.9347035,17z/data=!4m7!3m6!1s0x477fef3cc4891a23:0x5e54f1f593e340af!8m2!3d44.6520435!4d10.9368922!9m1!1b1

Sitemap:
{"_id":"ggle","startUrl":["https://www.google.it/maps/place/Museo+Enzo+Ferrari/@44.6520435,10.9347035,17z/data=!3m1!4b1!4m7!3m6!1s0x477fef3cc4891a23:0x5e54f1f593e340af!8m2!3d44.6520435!4d10.9368922!9m1!1b1"],"selectors":[{"id":"all","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"div.section-review","multiple":true,"delay":"2000"},{"id":"data-testo","type":"SelectorText","parentSelectors":["all"],"selector":"span.section-review-text","multiple":false,"regex":"","delay":0},{"id":"data-author","type":"SelectorText","parentSelectors":["all"],"selector":"div.section-review-title span","multiple":false,"regex":"","delay":0},{"id":"data-date","type":"SelectorText","parentSelectors":["all"],"selector":"span.section-review-publish-date","multiple":false,"regex":"","delay":0}]}