I am using python3.12 in Ubuntu Linux OSWhen I do:
import pyautogui as pp.click(x, y)It doesn't click at all, the other functions like pyautogui.scroll, .position and all work properly, but not click.
I am using python3.12 in Ubuntu Linux OSWhen I do:
import pyautogui as pp.click(x, y)It doesn't click at all, the other functions like pyautogui.scroll, .position and all work properly, but not click.