← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #654244]: Waiting for image, type command, then waits again

 

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

    Status: Open => Answered

Manfred Hampl proposed the following answer:
For a random letter you can use python standard functions. Something
like

myList=["a","s","d","z","x","c"]
import random
for x in range(50):
  print myList[random.randint(0,5)]

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