Hi,
We are encountering the following behaviour when running our processes on an unattended bot, which runs on a VDI:
- Clipboard does not seem to work (we're copying text from a command prompt window, so spying is not possible)
- SendKeys do not work e.g. regular alphanumeric text, {ENTER}
- Screenshots (using code stage "
SendKeys.SendWait("^{PRTSC}");
") captured are completely blacked out
The same processes work fine when the VDI is open and running on attended mode.
Additionally, when the VDI is open, the VDI resolution only scales up to a certain resolution (1280 x 800) even if the window is maximised, resulting in a large black border around the actual windows desktop (see attached image). This may or may not be a symptom of the same root cause for the problems above, but isn't the primary issue we're trying to resolve.
What could be the issue here?