← Back to team overview

sikuli-driver team mailing list archive

[Question #685394]: Citrix issue

 

New question #685394 on Sikuli:
https://answers.launchpad.net/sikuli/+question/685394

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.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.