← Back to team overview

sikuli-driver team mailing list archive

[Bug 1242578] [NEW] Region.findAll() bug

 

Public bug reported:

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.

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
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:
  New

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


Follow ups

References