** Changed in: sikuli Importance: High => Critical ** Summary changed:
- [1.0.1] Sikuli finds element on secondary screen but clicks on primary screen + [1.0.1] Sikuli finds element on secondary screen but clicks on primary screen --- fixed in 1.1.0-Beta2 -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1250112 Title: [1.0.1] Sikuli finds element on secondary screen but clicks on primary screen --- fixed in 1.1.0-Beta2 Status in Sikuli: Fix Committed Bug description: Sikuli 1.0.1 on OSX 10.7 Ways to reproduce: screens = list(Screen(i) for i in range(Screen.getNumberScreens())) apple = Screen(0) desktop = Screen(1) samsung = Screen(2) screen = samsung switchApp("Google Chrome.app") type("t", Key.CMD) sleep(2) screen.click("1384175538022.png") # google dots icon screen.click("1384177981486.png") # google drive icon Changing screen parameter to other than Screen(0) would make sikuli find the google dots picture although it would click at the border between the primary screen and the choosen screen. My primary screen is in the middle of my three screens. S(1) is located to the left and S(2) to the right of my primary screen. S(1) logs: [log] CLICK on L(-194,299)@S(1)[-1440,157 1440x900] # although clicking on leftmost border of S(0) [error] script [ open-google-drive ] stopped with error in line 13 [error] FindFailed ( can not find 1384177981486.png on the screen. ) S(2) logs: [log] CLICK on L(3646,142)@S(2)[1920,0 1920x1080] # although clicking on rightmost border of S(0) [error] script [ open-google-drive ] stopped with error in line 13 [error] FindFailed ( can not find 1384177981486.png on the screen. ) To manage notifications about this bug go to: https://bugs.launchpad.net/sikuli/+bug/1250112/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

