Taiko
Documentation

Home / API Reference

scrollDown

Scrolls down the page/element.

Examples

await scrollDown()
await scrollDown(1000)
await scrollDown('Element containing text')
await scrollDown('Element containing text', 1000)

Parameters


e
Default value
'Window'

px

Accept px in pixels


Returns

Promise<void>