How to open an application from the windows desktop, having other windows open?

Hello everyone,

I have a problem trying to open a windows desktop application. I used:

  • Uipath.Core.Activities.Click (double click)
    image
  • Uipath.Core.Activities.WindowsScope
  • Uipath.UIAutomationNext.Activities.NApplicationCard

In these last 2, I include the activity: double click. It works fine if I don’t have any other windows open, but having any window open, it simulates clicking but doesn’t.

In addition, the operating system is Windows Server 2019.

Try the “Open Application” Activity, you can find more information about it here https://docs.uipath.com/activities/docs/open-application… Hope this helps! Happy Coding :slight_smile: