next added enter
This commit is contained in:
parent
a17d400ba1
commit
2a07640c4f
@ -19,6 +19,7 @@ while True:
|
||||
x2, y2 = pyautogui.locateCenterOnScreen("myCont.png", confidence=0.75)
|
||||
pyautogui.moveTo(x2, y2)
|
||||
pyautogui.click()
|
||||
pyautogui.press("enter")
|
||||
# move back
|
||||
pyautogui.moveTo(x, y)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user