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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp