Question #196133 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/196133
j posted a new comment: In Sikuli you can find out your resolution with the SCREEN-Region. E.g. use print SCREEN to show the screen resolution or get the resolution with SCREEN.getH() and SCREEN.getW() However you cannot change the SCREEN resolution directly. I don't know why you need to change of the resolution, but if it's only for Sikuli, you could change the part of the screen that Sikuli uses to search for images by SCREEN.setH() and SCREEN.setW(). -- 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

