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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp