sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #34993
[Question #272217]: Sikuli not detecting multiple displays
New question #272217 on Sikuli:
https://answers.launchpad.net/sikuli/+question/272217
I am currently running Sikuli on Windows 7. I seem to be having an issue in which multiple displays are not detected.
For example, with 2 monitors:
the function getNumberDisplay() == 2
but Screen(0) and Screen(1) are both my default screen!
the code
hover(Screen(0))
wait(2)
hover(screen(1))
wait(2)
#and just to try and break it
hover(screen(2))
All of this moves the mouse cursor to the center of my laptop screen. The external monitor is never selected.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.