← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #232732]: How to take a screenshot (fullscreen) in SIKULI IDE ?

 

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

RaiMan posted a new comment:
a raw string r"" cannot end with a backslash.

so if you really want to store the image at c:\ and not in some folder:
dir = "c:\\"

… but I really recommend to use a folder to not spam your c: root
folder.

so create folder 
c:\sikuli\images

and use
dir = r"c:\sikuli\images"

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