← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #674928]: object has no attribute 'find' error

 

Question #674928 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/674928

    Status: Open => Answered

RaiMan proposed the following answer:
has nothing to do with the change from 1.1.3 to 1.1.4 - IMHO ;-)

make it this way to debug:
TDTabReg = BrowserRegion[x]
if not TDTabReg:
   print "TDTab is None at:", x
   exit(1) 
TDTabReg.find(Pattern("1535129202271.png").similar(0.85))

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.