I have built out and automation (that I will say uses a lot of Ui navigation in it on wesbites) in Studio. Deployed it to orchestrator thru azure and now im trying to test in Orchestrator.
The automation runs flawlessly from Studio, but it does not work well running unattended from Orchestratr. Common logging errors seems to be with Ui navigation issues and attachment downloads (I’m trying to use temp folders/downloads so the service account bot can access, but doesn’t seem to work).
Using this to monitor downloads file: System.IO.Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), “Downloads”).
I have a whole bunch of errors from target strict selector error to ‘System or Application Exception Error Could not find the user-interface (UI) element for this action’. I noticed it also stalls like I mentioend when trying to grab the pdf download.
is it possible to login to the machine you are trying to run this automation on from orchestrator?
if yes, please try that and watch it in action to observer.
Also, could you please confirm:
if downloads fails everytime or just few instances bot is not able to do so?
Also, ui elements that fails are those the same always? that can help you identify if any popup or something else is blocking certain part of functionality?
I am currently selecting for the unattended process to run on a different machine. I do not have access to this machine.
However, I do think I know whats going wrong. Many of the webs im using require a one-time sign in confirmation which is interfering with the Ui.