sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #07780
Re: [Question #183105]: Sikuli Command prompt Issue
Question #183105 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/183105
Status: Open => Answered
RaiMan proposed the following answer:
--- command line
use
Sikuli-IDE.bat -r some-script.sikuli
--- convenient way to pass data from an Excel file
either use a csv-version of the .XLS and read it as a normal file or use Python module xlrd.
--- can we run all Sikuli Scripts consolidatedly at one go
the usual way, to do this is to either use execfile() in a main script, that does the consolidation or to use the Python unitttest feature from the beginning (see https://answers.launchpad.net/sikuli/+question/182883)
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.