sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19346
Re: [Question #232732]: How to take a screenshot (fullscreen) in SIKULI IDE ?
Question #232732 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/232732
Status: Open => Answered
RaiMan proposed the following answer:
import shutil
img = capture(SCREEN)
shutil.move(img, r"G:\sikuli\imgname.png")
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.