Question #177234 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/177234
Status: Answered => Solved
Steen confirmed that the question is solved:
ok, thanks
this works:
def myMulti(n, k = Key.BACKSPACE):
for i in range(n):
type(k)
click(Pattern("Updatefuldcr.png").targetOffset(79,24))
myMulti(30, Key.BACKSPACE)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp