← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #193515]: Support for drawings

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Drawing is not a feature of Sikuli currently.

If you want to do that, you have to step down to the Java level, since Java has classes for drawing to the screen.
Java classes can easily be accessed from Sikuli scripts, since the Python scripts are run with Jython interpreter.

There is some rudimentary extension with Sikuli (Guide:
http://sikuli.org/docx/extensions/sikuli-guide/index.html#sikuli-guide),
that does exactly this. If interested in a version that works with rc3,
come back (since extension loading in the IDE currently does not work).

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