pyautogui mouse click issue

Viewed 18

I'd want to know if it's possible to use pyautogui to automate clicks without sacrificing the functionality of my cursor. I use pyautogui to automate clicks, however my cursor becomes useless while the script is running since it moves across the screen. I was wondering whether it is possible to have pyautogui click on the screen without moving my pointer.

0 Answers
Related