Question #665630 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/665630
Status: Open => Answered
masuo proposed the following answer:
Try this.
import shutil
r = Region(0,0,200,200)
screen = Screen()
tmpfile = screen.capture(r).getFile()
shutil.move(tmpfile, "C:\\Users\\masuo\\Desktop\\image.png")
--
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