node-osmosis icon indicating copy to clipboard operation
node-osmosis copied to clipboard

Scroll down to load more items (Infinite Scroll)

Open nashwaan opened this issue 7 years ago • 2 comments

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

nashwaan avatar Jul 21 '16 07:07 nashwaan

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

rchipka avatar Aug 28 '16 22:08 rchipka

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

aoguzie avatar Feb 20 '23 13:02 aoguzie