In pyautogui.moveTo (), the cursor movement speed is about 100 pixels per second. I need 800-1000. How to make the cursor faster? If pyautogui cannot do this, then perhaps there are other libraries that can do this? The programming language is not fundamental.
pyautogui.PAUSE? (since without the third argument,moveTo(x,y)instantly executed). - jfs