rchipka / node-osmosis

Web scraper for NodeJS
4.12k stars 245 forks source link

Scroll down to load more items (Infinite Scroll) #109

Open nashwaan opened 8 years ago

nashwaan commented 8 years ago

How to scroll down to load more items in a page (see https://dribbble.com/) before starting to process the items?

rchipka commented 8 years ago

This is something I plan on implementing, the only issue is how it should be called from the API.

aoguzie commented 1 year ago

try ('window.scrollTo(0, document.body.scrollHeight)') to become osmosis.scrollTo....