jane24
(Jane)
October 3, 2019, 7:29pm
1
I am developing an automation that is entirely dependent on images. I am currently using hotkeys, extracting text using screen scrape, clicking on images…etc.
I wanted to know if it is reliable and safe to let this type of Automation run in the background and with pc locked?
While testing, I notice that the Automation is taking control of my cursor. Any suggestions or solutions?
Pablito
(Pawel Wozniak)
October 4, 2019, 6:42am
2
Hi @jane24 ,
Remember about using simulate click and simulate type.
Of course it is reliable but you need to build your workflow properly. Here you have example topics about this:
I’m working on the automation project that needs to interact with UI elements on the site when I exit RDP, and I’m facing the problem, that, when I off RDP session, my Task Scheduler event with UIRobot starts properly, but when it cames to UI interaction, it stops and cannot find any UI element.
I have guessed that the remote machine is lock so I set the auto login on remote windows and it doesn’t help although.
Any ideas?
Hello,
When executing a process:
a) if I minimize the Remote Desktop Connection it works fine.
b) if I close the Remote Desktop Connection an error is shown:
UiPath.Core.ElementOperationException: Desktop has been disconnected while performing UI actions. —> System.Runtime.InteropServices.COMException: Desktop has been disconnected while performing UI actions.
at UiPath.UiNodeClass.WriteText(String text, UiInputMethod inputMethod)*
at UiPath.Core.UiElement.WriteText(String text, InputMetho…