sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35354
[Question #273175]: How to save the screenshots into a word document
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.