← Back to team overview

sikuli-driver team mailing list archive

[Question #665630]: SikulixIDE 1.1.2 - Take a screenshot in the script and save it permanently

 

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

Hi! I'm working with Python and I would like to take a screenshot of a certain region of the screen and save it to use it later on another script. I read in other questions that the screenshots that are taken this way are only stored as temporary files and are deleted once the script finishes. 

Would it be possible to save the image taken and store it permanently even after the script finished?

This is my code:

screen = Screen()
screen.capture(someRegion)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.