← Back to team overview

sikuli-driver team mailing list archive

[Question #707070]: Where is screenshot saved?

 

New question #707070 on SikuliX:
https://answers.launchpad.net/sikuli/+question/707070

Hi,

I'm using the following code to capture a screenshot but the path returned doesn't look like is saved locally can you please tell me where is saved? 

        screen = Screen()
        file = screen.capture(screen.getBounds())
        print(file) 

Path returned: 
org.sikuli.script.ScreenImage@28fc6e8c

Thank you 

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