← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #664190]: Unable to find images on the second monitor

 

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

RaiMan requested more information:
Seeing the screen coordinates, then
- laptop is placed left (monitor 1)
- Main monitor is in the middle (monitor 3)
- Another monitor is placed right (monitor 2)

As SikuliX sees it:
Screen(0) (primary) is monitor 3
Screen(1) is monitor 2
Screen(2) is the laptop monitor 1

saying 
Screen screen = new Screen(n);
screen.find(...)

should restrict the search area to the coordinates of Screen(n) and only
be successful, if the target image is visible in that region.

So if you have at least version 1.1.1 run you program with the mentioned
debug option.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.