sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28927
[Bug 1384317] Re: [RC3] Special keys don't go through VNC session
Looking deeper into the code, the error is coming from the
protocolHandshake function in the VNCClient class, which doesn't
recognize the version protocole. I've tried set up different
authentification (either none or a simple password), but none is
recognized by the function.
Apparently, several modifications have to be done in order to make this
piece of code working.
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1384317
Title:
[RC3] Special keys don't go through VNC session
Status in Sikuli:
Won't Fix
Bug description:
Special keys like Key.ENTER, Key.F1, Key.BACKSPACE, etc. do not go
through VNC session.
To reproduce the bug :
* set up a Windows Seven VM where RealVNC is installed and up (https://www.realvnc.com/download/vnc/)
* run a sikuli script from a host running Debian Wheezy. The script has to open something (firefox for example) and to vncscreen.type("test"+Key.ENTER)
* you can check that firefox is correctly opening by the script, but only "test" is typed (no <ENTER>).
Version used is the one from github (https://github.com/sikuli/sikuli)
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1384317/+subscriptions
References