← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #233001]: startup problem in sikuli

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
usage of Debug.user()

-1. option
Debug.user(some_text)

where some_text is a valid Jython string (e.g. "using %s at %s"%(name1,
name2) )

-2. option

Debug.user(format_string, name1, name2, name3, ...)

Where format_string is a valid format string according to Java's
String.format() feature (e.g. "using %s at %s with %s") and the rest of
the parameter list are the variables whose contents are interpolated
into the format string.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.