Untitled

 avatar
user_9519960
plain_text
a year ago
157 B
15
Indexable
import pyautogui
# posição algo
#Fazer algo com essa posição
pyautogui.moveTo(358,651,duration=1.0)
for i in range(1000):
   
    pyautogui.click()
Editor is loading...
Leave a Comment