Untitled

 avatar
unknown
plain_text
a year ago
126 B
10
Indexable
import pyautogui

captcha = pyautogui.locateCenterOnScreen('google5.png')
pyautogui.click(captcha[0],captcha[1],duration=2)
Editor is loading...
Leave a Comment