New question #643668 on Sikuli:
https://answers.launchpad.net/sikuli/+question/643668
Using 1.1.1 build 2017-06-04
2 Strange issues :
vnc = vncStart("atemqesxhost21p", 5900)
ApplyKeyboardButton = vnc.wait("ApplyKeyboard.png")
test = Region(100,100,600,310)
img = vnc.capture(test)
1) ==> If I comment the "vnc.wait" line, then the capture is a black image
2) ==> With the vnc.wait, I have an image, but such resulting image is a strech
from the supposed image 500*210 is extended to 600*310
( I mean that result have size 600*310, but the content is a stretch of the
portion of screen asked ( 500x210 ) )
--
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