Hmm.. maybe I explained the problem inaccurately or my poor English prevents me from doing it. Or I don’t quite understand your answer.
Problem number 1. The robot running on the virtual machine cannot open the “Select File” window through the browser when RDP is minimized or closed.
To solve it, I launch the browser in an interactive SYSTEM session via PowerShell.
Problem number 2. When using the “Open URL”, the robot launches a second instance of Chrome and again nothing works. (It worked when using IE, but when switching to Chrome, the problems started).
Question. How can the robot use an already opened instance of Chrome? Or are there other ways to solve these problems?
You cannot run OpenRPA as the local system; it must run inside an ACTIVE desktop or RDP session. If you need to run OpenRPA inside an RDP session, you need to use HD robots to keep the session alive. Windows removes access to the keyboard and mouse if you minimize an open RDP session, and it also removes access to the screen if you disconnect. Hence, you MUST keep the session open and active, or use HD Robots.
I can’t run OpenRPA as a local system, but I can run the browser like this. And it worked with IE because it doesn’t generate instances.
Okay, I’ll try to put the question another way.. Can the robot select an already running instance of browser (Chrome), open a link there and continue its work in it?