Last updated
Was this helpful?
Scroll to bottom is an action that commands the browser to immediately scroll the entire screen straight down to the bottom position of the current webpage. This action operates automatically and does not have any accompanying configuration parameters.
🎥 Watch the tutorial video: Here.
This action is extremely useful and is frequently used in data scraping tasks or automated marketing:
Load more data (Trigger Lazy Load): Many modern websites (such as Facebook, Pinterest, e-commerce sites) implement infinite scroll technology. When you first enter the page, the system only displays a few posts. By calling the Scroll to bottom command, the browser will scroll to the bottom of the page, forcing the website to load more new data.
Interact with the footer: When you need to click on policy buttons, terms, or social media links that are usually fixed at the very end of the website, this action helps bring those elements clearly into view on the screen to prepare for the next click commands.
Last updated
Was this helpful?
Was this helpful?