When I run process from studio it works perfectly, but when I run process from orchestrator (unattended robot), browser open and web page loads inifinite. Than I connect to this machine via RDP, page immediately loaded and process continues successifully. What’s wrong with it?
Delay does not help. After process started, I’m waiting for Open Browser Executing action in log. After that I wait until job failed. Than I connect via RDP I see browser with loading page and blank screen and page immedeately load and job finishing successfully.
I have the same issue but with IE. When robot is in unattended mode the page is simply not loading the full content. When starting a session manually with RDP works perfectly fine. I have added plenty of delays, doesn’t help.
I am having a similar issue running unattended bots from on premise orchestrator with IE. I have delays in the workflow however I either get could not communicate with browser or if it does open browser with a very long delay, it cant find the element that should certainly be there.
Also when I RDP to the machine I see that the bot has opened multiple windows during the workflow. However when I run it using studio on the server there is no issue.
I’m facing this issue too. Seems like it’s looking for a selector that isn’t present. oddly when I take a screenshot right before the activity, webpage is clearly visible but the UI element that works in attended is not visible in unattended job. However the suggested UI element from exception handling isn’t even available when I rdp in and try to debug in Studio…
Hi fellow UIPathers. I just wanted to pile on and say I have the same issue and have tried Chrome and Firefox which are my go to browsers. Has anyone tried Edge? I hope UIPath has a fix for this as it would be an issue if I always had to have a RDP session open on a laptop.