New question #452897 on Sikuli:
https://answers.launchpad.net/sikuli/+question/452897
I made a script in SikuliX to run on a 'headless' VNC.
When I try to execute commands with capital letters in it or use the
underscore, I end up with lower case letters and with '-' (hyphen).
Here is my code:
vncScreen = edu.unh.iol.dlc.VNCScreen.start(ipAddress, vncPort, 10, 10000);
vncScreen.type("myCommand_to_execute", Keyl.ENTER);
output on VNCScreen is:
mycommand-to-execute
It looks like the SHIFT is not pressed correctly when using the VNCScreen.
Can anyone help me with this?
Thanks
--
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