I am facing a weird issue, we have developed a BOT which runs on BOT runner(virtual machine). the job of BOT is to download an xml from source system(website) and then populate data into target system(website) by reading downloaded XML. All goes well when we are connected to virtual machine and BOT is able to populate data in target system correctly however it doesn't work correctly when we lock or disconnect virtual machine. Mostly we have used object cloning and managed web control. When machine is locked or disconnected both object cloning and managed web control do not work correctly.
Any help is much appreciated.
Thanks
This is a common issue for RPA tools, they do not like connecting to the remote/virtual machines by windows RDP (I presume you are using that).
See these questions for Blue Prism and RPA Express whether the problem seems familiar.
Your best bet would be using another RDP tool.