You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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')
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 deltaThe text was updated successfully, but these errors were encountered: