Skip to content

I.scrollToBottom()

Scrolls the page to the bottom.

INFO

If the page is infinitely long and uses lazy loading to load new content as the user reaches the bottom of the page, this command will only scroll to the end of the existing rendered content on the page, instead of continuing to scroll as new content loads.

Usage

js
I.scrollToBottom()