Question #679151 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679151
Jeremy J Swartwood posted a new comment: This talks about rdp blocking it. https://stackoverflow.com/questions/1138606/alternative-to-sendkeys- when-running-over-remote-desktop and another https://social.msdn.microsoft.com/Forums/en-US/01d1c501-880a- 48c3-8b82-d3b08e974ff0/remote-desktop-connection- sendkeys?forum=Vsexpressvb I looked into how you are sending keys and it's through sendinput, which is one of the suggested ways. So I'm confused why its not working. from [API/src/main/java/org/sikuli/script/support/RobotDesktop.java] User32.INSTANCE.SendInput(new WinDef.DWORD(1), (WinUser.INPUT[]) input.toArray(1), input.size()); -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

