I have performed some tasks on an application and now I want to close it's window but I don't want to kill the process (ie. it should keep running in system tray).
What's the correct way to do it in pywinauto? I am thinking about using pyautogui as a last resort.
NOTE: The application does not have a file menu.