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: