sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #33333
Re: [Question #266883]: [1.1.0] Second monitor recognized but still not working --- fixed 2015-05-15+
Question #266883 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/266883
GZ posted a new comment:
Hi Martin,
Keep in mind that the display numbers are starting at 0, so your main
screen is actually screen 1.
Just for a quest test, try this:
hover(Screen(0))
wait(1)
hover(Screen(1))
wait(1)
print Screen(0)
print Screen(1)
This should move your mouse to the middle of screen 0 then to the middle of screen 1.
Also it will print you the details of those screens.
Furthermore, have you specified Screen 0 or 1 for your find command?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.