I recently updated to macOS Mojave (10.14 Beta). Commands like pyautogui.moveTo(1027,73), pyautogui.click(1027,73), etc. don't seem to work at all. Neither any error messages are thrown nor do the method calls work. pyautogui worked perf...
Now I am on a mac, but the issues with click() "not working" I have seen before. Over the last few years I have also run into this a few times. What fixed it for me was utilizing a virtual environment or doing a complete python wipe & reinstall. Also I believe there are some ...