I try to keep a remote desktop window alive, i.e. to avoid screensaver and closing the connection due to inactivity timeout (I'm not allowed to configure the behaviour of remote desktop session).
Using pywinauto I only realised to connect to the application, but now e.g. app.Click() doesn't work. In the WWW there is no information how to simulate only clicking into the window.
Can anyone help me?
Thanks in advance.