New question #206351 on Sikuli:
https://answers.launchpad.net/sikuli/+question/206351
I was thinking of doing a repetitive process, using only a single scrip. The
only way I could do was repeat the scrip several times. I would keep a command
that the repetition of the number of times per scrip.
example
waitVanish (Pattern ("Mub.PNG"). similar (0.96), FOREVER)
type ("hhhhhhhhhhhhhhh")
waitVanish (Pattern ("Mub.PNG"). similar (0.96), FOREVER)
type ("hhhhhhhhhhhhhhh")
waitVanish (Pattern ("Mub.PNG"). similar (0.96), FOREVER)
type ("hhhhhhhhhhhhhhh")
waitVanish (Pattern ("Mub.PNG"). similar (0.96), FOREVER)
type ("hhhhhhhhhhhhhhh")
...
my problem was this return "hhhhhhhhhhhh" that sometimes does not work for
the next image, so for me to solve a simple command to repeat only the first
and second line of the example how often it works.
--
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