sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #06509
Re: [Question #177234]: Backspace x 10
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.