Hi guys, so I want to scrape the images in the media grid but scrolling down to the bottom doesn't seem to work. The media grid overlays the timeline. When I used the javascript to scroll to the bottom, it's the timeline that's being loaded instead of the media grid. When I use the mouse to scroll down, that's the only time that the media grid is shown. Any ideas? Here's my code: navigate("https://twitter.com/MariahCarey/media/grid", "Wait") wait for browser event("Everything Loaded", "") loop(5) { run javascript("window.scrollTo(0, document.body.scrollHeight);") wait(3) }