sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #52093
[Question #681852]: Can not send Enter to Citrix Application
New question #681852 on Sikuli:
https://answers.launchpad.net/sikuli/+question/681852
Using Windows 10
SikuliIDE-1.1.4
An Citrix Application.
trying to send an ENTER:
type("Hello Wolrd")
wait(1)
type(Key.ENTER)
wait(1)
keyDown(Key.ENTER)
keyUp(Key.ENTER)
wait(1)
paste("\n")
wait(1)
none of which give an enter. When using a notepad, the ENTER gets registered perfectly, but through Citrix Enter does not work
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.