sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #48041
Re: [Question #672106]: How may I get a region of image on screen?
Question #672106 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/672106
masuo proposed the following answer:
And we can be visualized the region on the screen by using highlight().
r = Region (100, 100, 500, 500)
r.highlight(1)
r.find ( "image.png")
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.