fixed path
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user