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