sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27132
Re: [Question #251785]: compare two screenshots without know the path
Question #251785 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/251785
aorior posted a new comment:
An other script with the same problem:
i=0
for image in findAll(image.bmp)
if i==0:
image1=image
continue
else:
image2=image
break
compare(image1,image2)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.