sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24170
Re: [Question #243918]: Unable to run Sikuli Java project from Maven test command
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.