Hello everyone, I ask for your help.
Issue:
I'm using Selenium for web scraping, simulating user actions, and other operations. However, I've encountered an issue: the website tracks cursor movements and mouse clicks through JavaScript, then sends this data to the server using a POST request.
Question:
Is there a way to simulate these actions so that JavaScript successfully recognizes them, but without using the PyAutoGUI library or similar ones that control the real cursor? Any other alternatives are welcome, as long as they don't interfere with computer usage; virtual machines are not suitable.