← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #245849]: exists() but cannot click()

 

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

RaiMan proposed the following answer:
to capture screen content at any time:
img = capture(SCREEN) # whole screen
img = capture(some_region) # the given region only

img now is a temp filename.

to keep it:
import shutil
shutil.move(img, "some absolute path.png")

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