dont know...
This commit is contained in:
@@ -82,11 +82,11 @@ while True:
|
||||
button = None
|
||||
history_clicked = True
|
||||
try:
|
||||
button = pyautogui.locateCenterOnScreen("/app/burp/sort.png", confidence=0.8)
|
||||
button = pyautogui.locateCenterOnScreen("/app/burp/sort.png", confidence=0.99)
|
||||
except:
|
||||
pass
|
||||
if button and not sort_clicked:
|
||||
sort_clicked = True
|
||||
print("Clicking on the 'Sorting' button...")
|
||||
pyautogui.click(button)
|
||||
button = None
|
||||
sort_clicked = True
|
||||
|
||||
Reference in New Issue
Block a user