Clipboard / SendKeys / Screenshots did not work on unattended bot
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
31-08-21 09:54 AM
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
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?
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-09-21 01:48 PM
To me it looks like more of a resolution issue . As soon as you are closing your VDI seems your VDI resolution is changing . Can you keep a stage in start of process to check what resolution it comes to when disconnected ?
------------------------------
Vipul Tiwari
Senior Process Simplification Developer
Amazon
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-09-21 07:12 AM
Hi @Vipul Tiwari thanks, I've just tried that and it captured the resolution as 1280x800, which seems alright. Any other thoughts on what might be causing this behaviour, particularly around the clipboard/sendkeys/print screen not working?
