Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PythonRemoteServer running in background on remote machine, can't interact with Windows desktop applications #80

Open
anujteotia opened this issue Oct 18, 2022 · 4 comments

Comments

@anujteotia
Copy link

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.

@pekkaklarck
Copy link
Member

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.

@stylpe
Copy link

stylpe commented Mar 30, 2023

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.

@anujteotia
Copy link
Author

@stylpe that is exactly what I meant. If this is a known limitation, then I'll try to find an alternate solution for it.

@stylpe
Copy link

stylpe commented Apr 2, 2024

Do that :) Here's a reference btw: https://learn.microsoft.com/en-us/answers/questions/27517/is-there-any-workaround-in-win10-to-allow-service

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants