How to scrape virtual scrolling with Puppeteer

added by JavaScript Kicks
2/22/2022 11:42:51 AM

1063 Views

Virtual scrolling (windowing) is a technique where we don't display the entire content on the screen in order to increase performance and reduce the amount of DOM elements. Instead, we render what is in the view and a little bit on the top and bottom. This way we have a nice buffer of the content.


0 comments