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

tofti posted a new comment:
Hi,
here my late comment:
the docs are quite instructive about how to run the server, because we read it 
on a browser, that is a http client.

http://sikulix-2014.readthedocs.io/en/latest/scenarios.html
#experimental-use-the-runserver-run-scripts-from-anywhere-with-zero-
delay

I missed, however, a hint on how run a script (or the other setup steps)
non-interactively.

Solution/work around found:
https://stackoverflow.com/questions/7013137/automating-telnet-session-using-bash-scripts
teaches how to trigger a http session on key and from command line. So

(echo "open localhost 50001"; sleep 0.1; echo "GET /run/neun2 HTTP/1.1";
echo "Host: localhost";echo; echo;sleep 0.2;)|telnet

Maybe this is hack, 
but: This worked for me,
- on a first shot to the production release 1.1.2, that is even not recurring 
to the nightly builds as proposed.
Supposing the same with the other server setup steps, the problem could be 
considered solved so far.
Thanks a lot for your help.

-- 
You received this question notification because your team Sikuli Drivers
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

Reply via email to