I am facing this error: “Could not find the user-interface (UI) element for this action”. I am developing a process which runs on a virtual machine. The robot connects with another server by remote desktop and then, it has to open an application (with no admin configuration, so the only way is to double click on the icon application). The problem is that, running the process using Orchestrator, it fails in this click with the error mentioned above. However, when I debug the process in UiPath Studio, it is all OK.
The entire error message is: “Exception message: Could not find the user-interface (UI) element for this action. Possible solutions: • Ensure application is opened and the UI element is visible on the screen at execution time • Edit the Target of the UI activity and use Validation to debug the issue. • If needed, re-indicate the element as its properties might have changed • Use “Check state” activity to check the application state before executing the action • Increase the “Delay before” value to allow time to the application to render entirely and become responsive at source: Abrir_Aplicacion.xaml - Invoke Workflow File: Click ‘SOLIDWORKS’.”
Thank you for your response. I have just installed the UiPath Runtime Installer and I think that was the issue. However, when I try to indicate the element in the click activity, it appears this error and I can not continue: “the indicated element does not belong to the target application/browser”