Hello, I'm a beginner in python and I'm trying to use pyautogui with LocanteCenterOnScreen, but it doesn't return anything and the code is normal, does anyone know what I can do?
browser_icon = py.locateCenterOnScreen('imagens/browser.png')
py.moveTo(browser_icon, duration = 2)
the mouse does not move to the requested location
┌─[dan@parrot]─[~/Desktop/project]
└──╼ $