sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37226
Re: [Question #284732]: Using curses module with sikuli
Question #284732 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/284732
Status: Open => Answered
RaiMan proposed the following answer:
I do not think that there is a short term solution for your request.
What you see in the command line window is simply the continuous output
line by line to stdout produced by the Python print statement or
internally by Java's System.out.println().
A possible solution would be to setup a JFrame window in your script,
that sits somewhere on the screen in a place, where it does not
interfere with the automation workflow and that you fill with whatever
you want.
A SikuliX integrated solution for this will only be available with
version 2.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.