← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #125648]: Sikuli cannot find screenshots on the second monitor

 

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

RaiMan requested more information:
might be, that in your configuration
Screen(1) is the primary and Screen(0) the secondary.

so if they have different dims:
print Screen(0)
print Screen(1)

and you might try
hover(Screen(0))
hover(Screen(1))

which should move the mouse to the center of the respective screen

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.