sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #49916
Re: [Question #677269]: When using a for loop for a fixed list, type() is only the first letter
Question #677269 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/677269
Status: Open => Answered
RaiMan proposed the following answer:
myListFixed = ("insomuchas")
... just is the list of characters in the given string
myListFixed = ("insomuchas", )
makes a list with 1 string as entry.
Has nothing to do with that problem, but be aware of the restrictions of type() (see docs)
paste() might be the better choice.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.