sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #57849
Re: [Question #699748]: vnc unlock windows session
Question #699748 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/699748
RaiMan proposed the following answer:
The TigerVNC version you mentioned above is not the one bundled with
SikuliX.
The bundled one is here: https://github.com/RaiMan/sikulix2tigervnc (based on T-VNC 1.7.1 from 2017).
Since the sources are bundled, I do not believe, that putting the latest TVNC jar on class path makes the features accessible - but you might try ;-)
Accessing Java features (jars on class path) is rather simple in Jython:
import package.class as myClass
instance = myClass(....) # create an instance
retVal = instance.method(....) # run the method
I guess next year ;-) I will try to reactivate the VNC support again in
SikuliX.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.