Question #649156 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/649156
masuo proposed the following answer:
[example1:]
Debug.user("start function abc")
Debug.user("step 1")
[example2:]
no = 2
msg = "step %d" % no
Debug.user(msg)
--
You received this question notification bec
Question #649156 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/649156
Status: Open => Answered
masuo proposed the following answer:
[example1:]
Debug.user("start function abc")
Debug.user("step 1")
[example2:]
no = 2
Debug.user("step %d" % no)
--
You received this que
Question #649156 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/649156
Status: Answered => Open
arminius is still having a problem:
I tried "Debug.user("text with %placeholders", args …)"
it threw error messages, like "[error] script [ test ] stopped with error at
line --u
Question #649156 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/649156
Status: Open => Answered
masuo proposed the following answer:
You wrote nothing not yet.
to write a user log message:
Debug.user("text with %placeholders", args …)
where text is a string according to th
Question #649156 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/649156
Status: Answered => Open
arminius is still having a problem:
I tried this code.
"Settings.UserLogs = True
Settings.UserLogTime = True
Debug.setUserLogFile("C:\Users\Me\Desktop\Sikuli bug file.txt")"
ran
Question #649156 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/649156
Status: Open => Answered
masuo proposed the following answer:
use Debug.user()
http://sikulix-2014.readthedocs.io/en/latest/scripting.html?highlight=debug.user#debuglog
--
You received this question n
Question #649156 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/649156
Description changed to:
I have a question about the Sikuli IDE itself, I have a script that has
multiple lines with similar screenshots, I won't go into why I feel I need to
do that, but I'm using "while no
New question #649156 on Sikuli:
https://answers.launchpad.net/sikuli/+question/649156
I have a question about the Sikuli IDE itself, I have a script that has
multiple lines with similar screenshots, I won't go into why I feel I need to
do that, but I'm using "while not
exists(Pattern("screensho
8 matches
Mail list logo