← Back to team overview

sikuli-driver team mailing list archive

[Question #685869]: how to identify a picture inside a region

 

New question #685869 on Sikuli:
https://answers.launchpad.net/sikuli/+question/685869

 If I have code like this:

   sbuttons = list(findAll("selectcoverage.png"))
    print "I Found ", len(sbuttons), " sbuttons matches"
    sbuttsorted = sorted(sbuttons, key=lambda m: m.y)

    k = sbuttsorted[0]
    r = Region(k.getX(), k.getY(), k.getW(), k.getH())

is there some way to identify the actual picture that 
is inside the Region.

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