I have just started to use the pywinauto module to automate GUI tasks. One of them is to launch the remote desktop exe (mstsc.exe)->Login->Invoke another tool there.
However, I manged to connect to the remote server but the control gets lost after that. I did not manage to login. So, the question is how to use the pywinauto with Remote Desktop? Has any one tried this before?