← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #675498]: Remote Testing With Sikuli VNC

 

Question #675498 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/675498

    Status: Open => Answered

RaiMan proposed the following answer:
Possible to try with SikuliX 1.1.4?

The type of backend (UltraVNC in your case) should not matter.

with 1.1.4 use this in Java::
VNCScreen vncscreen=org.sikuli.vnc.vncScreen.start("127.0.0.1", 5900);

make a test with a oneliner:
vncscreen.userCapture()

BTW: "127.0.0.1" is not a "remote" connection. the server is expected on
the same machine (locally).

In doubt do some debugging and check the relevant VNCScreen object
variables after the start is done.

Another problem might be, that directly after the start the Framebuffer
is not yet filled completely - insert some wait.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.