sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #38483
[Question #295097]: Region trouble (sikuli 1.1.0)
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.