Just to provide context: I want to simulate mouse scroll on Google photos (photos.google.com).
The page contains scroll bar only for a portion of the page (the top "Search" section does not have a scroll bar).
The following does not work (but it works fine for scrolling on say Facebook, or SO):
window.scrollTo(0, 10000000)
Any clues on how I can simulate mouse scroll ?