'How to autoscroll down on google maps?

I tried several attempts to scroll the page down until all the results appear, but no way worked for me

my attempts

wwww.FindElement(By.XPath("*//[@class='MVVflb-haAclf V0h1Ob-haAclf-d6wfac MVVflb-haAclf-uxVfW-hSRGPd']")).SendKeys(Windows.Forms.Keys.End)

wwww.FindElement(By.XPath("*//[@class='MVVflb-haAclf V0h1Ob-haAclf-d6wfac MVVflb-haAclf-uxVfW-hSRGPd']")).SendKeys(Windows.Forms.Keys.PageDown)

wwww.ExecuteScript("window.scrollTo(0, document.body.scrollHeight);")


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source