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

Am able to take screenshot using the below line of codes.
import shutil
import os
screendirc= "C:\TEMP"
img= capture(Region(8,32,1284,711))
shutil.move(img,os.path.join(screendirc, str(time.time())+'.png'))

How can I save this images in the Temp folder to a word/ excel document. (So 
that all the images are saved in a single document after the execution is 
completed)





-- 
You received this question notification because your team Sikuli Drivers
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