How to Run Without opening the windows server

HI Team,
We are trying an UI automation in the application running in jre in IE. We are able to run the robot while the screen opens in the windows server.
But our requirement is to start the robot and then minimize the window (But Robot has to execute the task). But if we minimize the window, then stops in error(Error stating selector not found).If i use simulate click or simulate window messages then the normal application is also not running states it is not supported. could you please help me to identify the way to find the solution.

Hello @gokul.ragul24!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff

Hi @gokul.ragul24

Welcome to our UiPath Forum! :slight_smile:

This might be tricky, as it slightly depends on the application you are automating. Some of the older ones will indeed not support the Simulate Click property.

One more thing to check would be to try the SendWindowsMessage property (which is slightly more permissive and still works in background).

See here for more info:

Thanks for your reply.In my case both simulate click and send windows message is not working.

But i resolved it by adding the below property in the machine from which windows server is connected.

HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client (32 bit)
HKEY_CURRENT_USER\Software\Wow6432Node\Microsoft\Terminal Server Client (64 bit)

This will help me to run in windows server with the server minimized, so it wont occupy our screen.

For more info,

1 Like

I’m glad you managed to solve your issue. I marked the post as solution, so that other users will be able to reference it in the future :slight_smile:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.