Skip to content

scrollDown()

Scrolls down the page/element.

await scrollDown()
await scrollDown(1000)
await scrollDown('Element containing text')
await scrollDown('Element containing text', 1000)
NameTypeDescription
eselector | string | numberDefault: 'Window'.
pxnumberAccept px in pixels Default: 100.
TypeDescription
Promise<void>