Good Day everybody, I am using in attended mode a robot that automate some tasks in SAP. But when I tried to run it unattended it get stuck in a window giving me the following message:
"Some simulated input commands were not sent successfully. The most common reason for this happening are the security features of Windows including User Interface Privacy Isolation (UIPI). Your application can only send commands to applications of the same or lower elevation. Similarly certain commands are restricted to Accessibility/UIAutomation applications. Refer to the project home page and the code samples for more information.: Microsoft.Flow.RPA.Desktop.Robin.SDK.ActionException: Error en Clic (error al hacer clic) ---> System.Exception: Some simulated input commands were not sent successfully. The most common reason for this happening are the security features of Windows including User Interface Privacy Isolation (UIPI). Your application can only send commands to applications of the same or lower elevation. Similarly certain commands are restricted to Accessibility/UIAutomation applications. Refer to the project home page and the code samples for more information.
en WindowsInput.WindowsInputMessageDispatcher.DispatchInput(INPUT[] inputs)"
Thanks in advance for your time
Rodrigo