I want to control the mouse in linux without gui.
For example, I want to click by moving the mouse to the position(x,y) in a specific program.
I tried using mouse, pynput, ctypes, pyautogui of the python library, but it does not work because there is no display.
I hope anyone can find the problem. Thanks for your help