sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #28005
Re: [Question #254005]: Calling Sikuli from my C# Code
Question #254005 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/254005
Status: Open => Answered
RaiMan proposed the following answer:
supposing, that the IDE starts up when you use the runIDE.cmd from command line, you should just try to run with
StartProgram.StartInfo.Arguments = "-d 3 -c"
and find out what the IDE might complain at startup.
an alternative might be, to try to directly submit Java:
StartProgram.StartInfo.FileName = "java";
StartProgram.StartInfo.Arguments = "-jar C:\\Robotron\\Sikuli\\sikuli-ide.jar -d 3 -c"
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.