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. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

