sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45843
Re: [Question #664190]: Unable to find images on the second monitor
Question #664190 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/664190
Status: Needs information => Solved
Vin Uppinkudru confirmed that the question is solved:
Thank you RaiMan.
My display configuration is exactly same as what you had mentioned in your comment #3.
I am using Sikulix version 1.0.1
I have kept my application on Monitor2.
I tried tried find with
Screen screen = new Screen(0);
screen.find(...)
Screen screen = new Screen(1);
screen.find(...)
Screen screen = new Screen(2);
screen.find(...)
None of the above could find the image.
Any clues please.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.