sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #10439
Re: [Question #196133]: find out and change my SCREEN RESOLUTION with jython
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.