sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #42474
Re: [Question #632493]: obout Capture
Question #632493 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/632493
Status: Answered => Open
Chp is still having a problem:
1. my code:
from sikuli.Sikuli import *
scr = Screen()
bound = scr.getBounds()
# create .png screenshot file in %TEMP% dir
scr_name = scr.capture(x, y, w or bound.width, h or bound.height)
returned the path to the file before, now it returns an ScreenImage
i noticed, you deprecated class Screen.py. is it True?
2 Thank you
Sorry fo my bad english))))
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.