New question #295097 on Sikuli: https://answers.launchpad.net/sikuli/+question/295097
Hy, j've try this script : R = SCREEN.setRaster(3,3) R.highlight(5) The result is OK. I visualize a part (0,0) on the screen Now : R1 = R.getCell(1,1) R1.highlight(5) Problem : I visualize the same area !?!? Normaly, I must see central zone (1,1) Where is the problem ? -- You received this question notification because your team Sikuli Drivers 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

