Question #243918 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/243918
Status: Needs information => Open
lybersord gave more information on the question:
if (window.exists(imageOf("CtrlAltDelScreen")) != null){
System.out.println("CtrlAltDel screen exists...");
window.click(imageOf("sendCtrlAltDelBtn"));
}
where "window" is
if(App.focus("TightVNC")) == null){
System.out.println("Opening the VNC viewer");
App.open(prop.vncViewer + " -host=" + prop.testMachine);
window = App.focusedWindow();
}
and imageOf gives the location of image file
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp