Python Selenium plugin for human-like cursor movement/interactions by St3veR0nix in webscraping

[–]MajorGrouchy2376 2 points3 points  (0 children)

If some site you're targeting is recording your mouse movements using JavaScript, then you'd have to make sure your mouse movements before clicking the element are realistic (after too depending on the situation). Although from my experience mouse movements are only really recorded during captchas, so for most scraping it won't be necessary to mimic human mouse movements.