Update fccs_export.py

add some context in comments
This commit is contained in:
2026-07-06 14:53:30 +00:00
parent 9eb7784e9c
commit 1ae9ba27a6

View File

@@ -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: