fixed path

This commit is contained in:
Simon
2025-06-03 10:09:27 +00:00
parent 91afe6e48f
commit 4cd9661d4b

View File

@@ -4,7 +4,7 @@ import time
print("Waiting for Burp window...")
time.sleep(10)
button = pyautogui.locateCenterOnScreen("/workspace/next_button.png", confidence=0.8)
button = pyautogui.locateCenterOnScreen("/app/burp/next_button.png", confidence=0.8)
if button:
print("Clicking on the 'Next' button...")
pyautogui.click(button)