← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #190878]: mining iron ore

 

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

RaiMan posted a new comment:
correct, 2 loops.

while True: # will loop forever
    while ironore:
        rightClick(ironore)
        choose1 = ("icon pickup.png")
        if choose1:
            click(pickup)
            wait(7)
        else:
            wait(2)

mind indentation! (faq 1800)

Loops: Have a look at faq 1437

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.