Hi,
I need some advice regarding running OpenRPA workflows that require GUI interaction on a headless Windows virtual machine running on VMware.
Here’s the situation:
-
The VM has no GPU and no physical or virtual monitor attached.
-
The workflow contains actions that depend on GUI interaction (for example, clicking buttons or capturing screenshots).
-
When I connect to the VM via RDP, everything works fine because a display session is created.
-
However, due to security policies, I’m not allowed to connect to the customer’s server via RDP.
So, the robot needs to run entirely inside the VM, without any active RDP session or physical display.
My question is:
Is there a way to make OpenRPA access the GUI and perform screen-based automation on a headless Windows VM (no GPU, no monitor, no RDP session)?
For example, by using a dummy display driver, a virtual display adapter, or some VMware setting that provides a virtual desktop context?
My goal is to make the GUI-based automation work completely unattended without requiring an RDP session or a connected monitor.
Any suggestions, workarounds, or experience with similar setups would be really appreciated.
Thanks in advance!