From 2a07640c4f1c4fd206bd8c4afe3d8385b484a58b Mon Sep 17 00:00:00 2001 From: godot Date: Sat, 23 Dec 2023 00:50:58 +0100 Subject: [PATCH] next added enter --- nextcloud-del.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nextcloud-del.py b/nextcloud-del.py index 39a4853..54f81e7 100644 --- a/nextcloud-del.py +++ b/nextcloud-del.py @@ -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)