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

RaiMan posted a new comment:
the easiest approach:

img = capture(SCREEN)
shutil.move(img, '/Users/Log/img_' + str(time.time()) + '.png')

time.time() produces a number with a stepping of milliseconds, which
should be sufficient to get a new filename her ;-)

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to