sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54126
Re: [Question #688828]: Possible to highlight an image?
Question #688828 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/688828
RaiMan proposed the following answer:
Simply said: what you want to highlight, must be visible on the screen.
Then there are 2 possibilities:
- you know where it is: someRegion.highlight(...)
- you can find it: find(someImage).highlight(...)
So the answer is no, if your image is not visible on the screen.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.