Skip to content

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

humanScroll Documentation

The humanScroll is designed to simulate human-like scrolling behavior on a web page using puppeteer. It includes a combination of smooth and random scrolling movements to mimic natural user behavior.

Prerequisites

  • This function is intended to be used with puppeteer for browser automation.

Usage

constpuppeteer=require('puppeteer');(async()=>{constbrowser=awaitpuppeteer.launch();constpage=awaitbrowser.newPage();// Example usageconstscrollActions=awaithumanScroll(page);awaitscrollActions.scroll(3,'down');awaitbrowser.close();})();

About

Puppeteer script that allows your bot to scroll like real human.

Resources

Stars

22 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages