← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #245693]: Append image to RTF file from Clipboard (PRINTSCREEN)

 

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

    Status: Answered => Solved

Nikola confirmed that the question is solved:
Hi,

Thanks for help.
your code is not working for me (some shutil errors and problems with path reading or something)

But I created working solution for me thanks to you :)

---------------------------------------------
def takeScreenShot(name):
    img = capture(SCREEN)
    shutil.move(img, "C:\\<PATH>\\"+name+"Error.png")
-------------------------------------------

And this works good enough for me.

Enjoy

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