sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24176
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: Answered => Open
lybersord is still having a problem:
Thanks for the pointers about logging, really appreciate it.
But the problem persists...
When run from Eclipse :
Looking for image : C:\myDepot\automation\Agents\LAC\GUI\resources\images\win2k12\CtrlAltDelScreen.png
[debug] Screen.capture: java.awt.Rectangle[x=0,y=0,width=1280,height=970]
[debug] RobotDesktop: captureScreen: on 0 using java.awt.Rectangle[x=0,y=0,width=1280,height=970]
[debug] ResourceLoaderBasic: loadLib: VisionProxy
[debug] ResourceLoaderBasic: loadLib: Found: VisionProxy
[debug] ResourceLoaderBasic: loadLib: Now loaded: VisionProxy
CtrlAltDel screen exists...
Looking for image : C:\myDepot\automation\Agents\LAC\GUI\resources\images\win2k12\sendCtrlAltDelBtn.png
[debug] waiting for C:\myDepot\automation\Agents\LAC\GUI\resources\images\win2k12\sendCtrlAltDelBtn.png to appear
[debug] Screen.capture: java.awt.Rectangle[x=0,y=0,width=1280,height=970]
[debug] RobotDesktop: captureScreen: on 0 using java.awt.Rectangle[x=0,y=0,width=1280,height=970]
[debug] C:\myDepot\automation\Agents\LAC\GUI\resources\images\win2k12\sendCtrlAltDelBtn.png has appeared.
[log] CLICK on L(294,106)@S(0)[0,0 1280x1024]
The same from maven:
Looking for image : C:\myDepot\automation\Agents\LAC\GUI\resources\images\win2k12\CtrlAltDelScreen.png
[debug] Screen.capture: java.awt.Rectangle[x=283,y=104,width=625,height=738]
[debug] RobotDesktop: captureScreen: on 0 using java.awt.Rectangle[x=283,y=104,width=625,height=738]
[debug] ResourceLoaderBasic: loadLib: VisionProxy
[debug] ResourceLoaderBasic: loadLib: Found: VisionProxy
[debug] ResourceLoaderBasic: loadLib: Now loaded: VisionProxy
[debug] Screen.capture: java.awt.Rectangle[x=283,y=104,width=625,height=738]
[debug] RobotDesktop: captureScreen: on 0 using java.awt.Rectangle[x=283,y=104,width=625,height=738]
.
.
.
CtrlAltDel screen does not exist
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.