sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #21894
[Bug 1242578] Re: Region.findAll() bug
see your other "bug" according getLastMatch()
** Changed in: sikuli
Status: New => Invalid
--
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1242578
Title:
Region.findAll() bug
Status in Sikuli:
Invalid
Bug description:
v1.0.1
Win7x64
I try to findAll at region:
wait(1)
findAll("veinRock.png")
veinRocks = list(getLastMatches())
print len(veinRocks) #output: 3
Region(413,429,166,129).findAll("veinRock.png") #small region that contain only 1 veinRock.png
veinRocks = list(getLastMatches())
print len(veinRocks) #output: 0
Region(0,0,1366,768).findAll("veinRock.png")
veinRocks = list(getLastMatches())
print len(veinRocks) #output: 0
SCREEN.findAll("veinRock.png")
veinRocks = list(getLastMatches())
print len(veinRocks) #output: 3
please help.
To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1242578/+subscriptions
References