sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #41032
[Question #406812]: VNC & capture
New question #406812 on Sikuli:
https://answers.launchpad.net/sikuli/+question/406812
Hello.
I restart doing some test with VNC.
With the old version XXX I was able to open a VNC conenction and use "capture"
But this old version has issue with "type" to enter text in the remote screen.
I've now update to latest version, and change my code to use
vnc = vncStart("MyHost")
vnc.capture()
( which is simpliest than the old stuff with the management of the connection :-)
But now, the capture action goes in an infinite loop :-(
>From debugger, I can see that the capture Screen from VNCRobot is doing a
bimg = con.getF(index).getBuffer();
But, this loop with a bimg == null
Does this vnc.capture() is still supposed to work in the last 1.1.1 version ?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.