← Back to team overview

sikuli-driver team mailing list archive

[Question #199770]: whe I use capture a Region, where is the image saved in my computer?

 

New question #199770 on Sikuli:
https://answers.launchpad.net/sikuli/+question/199770

I set:

		//Getting the data
		@SuppressWarnings("deprecation")
		Region T = new Region(799,201,313,48);
		 
		//String filePath;
		
		System.out.println(s.capture(T));
		

and the vaulue i get is: org.sikuli.script.ScreenImage@eac7c8

where is this file saved?  or how can I name the file? how can i found the file?

Thanks in advance for your attention!!!

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.