← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #235440]: Region() example help

 

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

Marc Summers posted a new comment:
Well, they said it "could not be done."
This is how you do it:   


found = 0
while(found == 0):
    try:
        for i in findAll("1524078692187.png"):
            hover(i)
            if find("1524078692187.png"):
                found = 1
                break
    except FindFailed:
        wheel(Location(600, 450),WHEEL_DOWN,7)

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