How can simulate mouse operation through JSL?
For example, I want to simulate mouse operation through JSL:
1. Simulate moving cursor: move the cursor to the specified position: for example, x=180;Y = 380;
2. Left click: Left click and click the "Go" button. Thanks!