diff --git a/burp/start_burp.sh b/burp/start_burp.sh index 844e216..4c55736 100644 --- a/burp/start_burp.sh +++ b/burp/start_burp.sh @@ -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)