I assume you are on Windows? Do you have the same keyboard layout inside the Citrix session and on the machine you run the test from?
You can also try to disable automatic keyboard layout detection at the very start of your script: Settings.AutoDetectKeyboardLayout = False But then you have to ensure that both sides have the en_US layout configured and active. -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1849674 Title: Citrix issue Status in Sikuli: Invalid Bug description: I'm actually working on a citrix app, when i'm trying to use some keyboards inputs, it does not work. Example : type(Key.ENTER) #does not work type("\n") #does not work I also tryed this : but it does not work either keyDown(Key.ENTER) wait(0.5) keyUp(Key.ENTER) How can I fix it? type("Some text") #Works Note that all works in a local app (ie: notepad) Thank you. To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1849674/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

