Faire un dialogue à l'avant par Pywinauto

top_window = app.window(title_re=".*Bloc*.", visible_only=False)
top_window.restore().set_focus() # sometimes .restore() is redundant
Yassine Bagdad