From 1ae9ba27a6c9b45845dbd137f61e0892ff0e2f25 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 6 Jul 2026 14:53:30 +0000 Subject: [PATCH] Update fccs_export.py add some context in comments --- fccs_export.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fccs_export.py b/fccs_export.py index cd047df..f2f2f2e 100755 --- a/fccs_export.py +++ b/fccs_export.py @@ -104,6 +104,7 @@ def navigate_to_drawer(main, drawer_id, ctrl, timeouts, log): main.child_window(title=ctrl["go_button_title"], class_name="Button").click() deadline = time.time() + timeouts["nav"] + # Whatever drawer your are actively on becomes the actual name of the App Window. We are checking that again to make sure we found the drawer. while time.time() < deadline: title = main.window_text() if f"[{drawer_id}" in title: