kkoooqq / fakebrowser

🤖 Fake fingerprints to bypass anti-bot systems. Simulate mouse and keyboard operations to make behavior like a real person.
GNU Lesser General Public License v3.0
1.09k stars 210 forks source link

simClickElement missclicks when the element is animated/sliding down #54

Open OB42 opened 2 years ago

OB42 commented 2 years ago

Hi, I just tried using simClickElement to click a button that is animated to slide down the page , and simClickElement missed it by a good 50px. I will just put a delay for now but it would be nice if simClickElement was waiting automatically for it to stop moving or updating the position in real time.

Cheers