puppeteer-autoscroll-down
Advanced tools
Changelog
2.0.0
Changelog
1.0.0
Moved to named export. Use const { scrollPageToBottom } = require('puppeteer-autoscroll-down')
.
Renamed and moved options to object. Use scrollPageToBottom(page, { size: 500, delay: 250, stepsLimit: 10 })
.
Changelog
0.2.0
scrollStepsLimit
option, which allows you to control how many scrolls you want to make (for cases when you want to parse only recent information).