You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running PythonRemoteServer on remote machine as a background process, It is unable to interact with any windows desktop application. When I open it in cmd manually, it can interact with GUI and execute the test case.
The text was updated successfully, but these errors were encountered:
How do you try to interact with the app? Notice that questions like this are generally better asked on our Slack or other such support forum listed at robotframework.org. If the problem turns out to be caused by a bug in the remote server, then that should obviously be reported here.
If by "background process" you mean as a Windows service, that's a well known limitation, they cannot interact with the user's desktop/session directly.
Two options that I know of that you can consider are Task Scheduler (which can run things elevated) or some kind of remoting with Powershell or similar or lower level APIs to start the server on demand.
Hi All,
I'm running PythonRemoteServer on remote machine as a background process, It is unable to interact with any windows desktop application. When I open it in cmd manually, it can interact with GUI and execute the test case.
The text was updated successfully, but these errors were encountered: