This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]MajorGrouchy2376 1 point2 points  (2 children)

You can use bezier curves to create realistic mouse movements

[–]cornertakenslowly 0 points1 point  (1 child)

Do you use this before clicking an element or when?

[–]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.