← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #171361]: Save screenshots of application

 

Question #171361 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/171361

Jason D Tran posted a new comment:
I want to take screenshot of desktop then move it to a folder:

import shutil
img = type("3", KEY_SHIFT|KEY_META)
shutil.move(img, '/Users/Log/img.png')

Error: 
TypeError: rename(): 1st arg can't be coerced to String

Any suggestion?

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