sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45050
Re: [Question #267182]: TightVNC: click into VNC window does not work
Question #267182 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/267182
Julian requested more information:
I'm still encountering this issue.
I'm connecting through VNC to a machine. When I do the first region click, it clicks on my machine, and then I do another region click, clicks on the connected machine.
VNCScreen vnc = org.sikuli.script.Sikulix.vncStart("192.168.0.11", 5900, 10, 1000);
vnc.getRow(3, 4).getCol(1, 3).click(); - this clicks on my machine
vnc.find("Unlock").click(); - this clicks on the remote machine
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.