ghost-cursor
ghost-cursor copied to clipboard
Simulate human scrolling
Can we add something into this cursor that can simulate human way of scrolling?
Essentially a human like simulation for page.mouse.wheel method? Default behaviour from puppeteer would be pretty mechanical where the scroll rate would be static whenever scrolling by X or Y delta
+1
+1
Just use my fork https://github.com/TheGP/ghost-scroll or original one. I don't think it is a good idea to add scrolling to a cursor library. Currently it properly humanizing only 1 scroll .scroll(1, 'down')