def click_until(*images):
pyautogui.PAUSE = 0.2 * PAUSE_TIME
while True:
for pos, image in enumerate(images):
if image_is_on_screen(image):
pyautogui.PAUSE = PAUSE_TIME
wait(0.5)
return pos
for _ in range(10):
touch(**LEFT_EDGE)
评论列表
文章目录