← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #226602]: place chips on the table

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
if you want to place each chip on a different number (the example has
only 4):

for i in range(len(chips)):
    click(chips[i])
    click(numbers[i])

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