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

Hi,

Can you please advise if it is possible to create function name with dynamic 
name?
for example, I would like to create a loop that clicks 1-9 on calculation, for 
each click I created a function and I would like to call them one by one using 
a loop.

#function
num = '1'
def press + num():
    click("1485207960066.png")
 
#loop
while num < 10
        press + num()
          num ++


something like that...  

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to