sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07236
Re: [Question #177229]: Match all images of the same size
Question #177229 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/177229
Status: Answered => Open
Peter Kim is still having a problem:
Hi.
I tried the following:
# -*- coding: utf-8 -*-
from sikuli import *
for n in range(10):
offset = 100 + n * 100
print offset
f = find("5-1.png")
click(f.above(offset))
I had the PixelWindow app next to the image.
This is what I noticed:
1. Sikuli moved up by 50 pixels according to the PixelWindow even though I asked it to move up by 100 pixels.
2. After 7 clicks (350 pixels by PixelWindow or 700 pixels by Sikuli), the cursor did not move up any more.
I am using Sikuli on Windows 7 32-bit.
Thanks.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.