sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #09068
Re: [Question #189075]: screen.usercapture method is taking long time
Question #189075 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/189075
Status: Needs information => Open
Naveen gave more information on the question:
Hi Raiman ,
Sorry for the late response .
Please find the code snippet :
System.out.println("inside take scr");
ScreenImage scrImg;
//if(this.)
try {
Screen screen= new Screen();
scrImg = screen
.userCapture("Select the Region to be captured");
System.out.println("object created");
The following is the output i get :
inside take scr
[info] Windows utilities loaded.
The second print (Object created ) is never printed .
Please help !
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.