We have license for unattended robot. I have created a simple process which does screen scrapping from the browser and then updates the excel file. I am testing this process by minimizing the RDP session.
We are using a VM to run this process. When i minimize the RDP session, robot times out doing any browser activities.
I read in many of the topics that if we have licensed Unattended robot, this process should work when we minimize the RDP session. But for some reason it is not working.
Is there anyone experienced the same? Is there any settings that i am missing?
I read in many of the topics that if we have licensed Unattended robot, this process should work when we minimize the RDP session. But for some reason it is not working.
It’s not relative with license (UR or AR) Can you check the following?
Which activities do you have an error at? Some activities requires target element is displayed.
Perhaps you should trigger process from orchestrator as it will work because it has screen of its own session. Are there any reason to trigger process directly via RDP session?
When i run from orchestrator using Login to Console True, it works fine.( I created a dummy process to test this.)
We have a use case where the user will have to start the process, because there are some inputs that user has to provide to proceed with the process.
Plan is to start the process by the user, provide the needed details and then allow the robot to finish the process. When the robot is doing this task, the user would like to minimize the RDP session so that they can continue with their other tasks.
Thank you for sharing your plan.
If you need to run process under minimized RDP, you need to make workflow only using activities that can work in background such as SimulateClick/Type etc.
Computer Vision uses image matching technology, so it won’t work in background.
If possible, can you try takescreen shot activity in minimized RDP session? Probably the result image is blank (or raise error) because there is no image.