Has anyone experienced issues where certain "Click UI elements" or "Move Mouse to Image" (and send click) only fail during Unattended runs? Our machines have the configuration file to make sure the VM has the correct resolution. Below is an example of the most common errors we've seen.
Problem while executing action 'Click'. Click failed (error while clicking)
Microsoft.Flow.RPA.Desktop.Modules.SDK.Extended.Exceptions.InternalActionException: Click failed (error while clicking) ---> System.InvalidOperationException: 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.
at WindowsInput.WindowsInputMessageDispatcher.DispatchInput(INPUT[] inputs) in...
Any help would be greatly appreciated. There error messages are not always the same, but the UI elements seem to be the same.