I am currently working on a project involving an RDP connection to a server. The application on this server must be opened in administrator mode, which it is without any issues. However, when I use activities, such as Click while indicating elements on the screen (within the RDP session), I encounter the following error:
The application must run as an administrator. (It does, no problem with that)
I have also tried checking the “Run this program as an administrator” option, but the issue persists.
The application I am using in RDP is Visual Studio 2017.
Make sure both UiPath Studio and the Robot are running with administrative privileges. This is crucial because the RDP session you are working with requires administrator access.
Ensure that the RDP session is configured to allow full interaction. For example, settings like “Enable desktop composition” and “Enable font smoothing” can sometimes affect how automation works.
Resolution: Set the RDP session to a consistent screen resolution. High resolutions or scaling can sometimes cause issues with selector accuracy.
Scaling: Ensure that display scaling is set to 100%. Different scaling settings can affect how elements are recognized and interacted with.
Make sure that the RDP session is running in full-screen mode. This helps in ensuring that UiPath can interact with all elements properly.