sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #11202
Re: [Question #200437]: Non-visual ways to assert program state
Question #200437 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/200437
Status: Open => Answered
RaiMan proposed the following answer:
If I understand you write:
You want to communicate state information between the tested application
and the testing Sikuli script.
If this is true, then you need some inter process communication.
Named pipes might be one solution ( Python/Jython: os.mkfifo(path[,
mode]) ), the other generally well supported feature is XML-RPC (Server:
the script, Client: the app).
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.