sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #24134
Re: [Question #232233]: [1.0] CUIT Integration - running Sikuli scripts in subprocesses
Question #232233 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/232233
Gregor Haider posted a new comment:
Hi,
Well, it is more work to do than normal CUITs, but well it worked.
I created the executable 'Sikuli's' with version RC3, maybe you find it
Somewhere on the net.
But although it is more work compared to the rather comfortable
CUIT Recorder of Visual Studio / Test Manager, it works reliable
and especially for my problem, I haven't found any other solution...
The actually hardest part is to determine the correct position in the
CUIT source code to run the script as described above.
Something like:
Process process = new Process();
ProcessStartInfo startInfo = new System.Diagnostics.ProcessStartInfo();
startInfo.FileName = @"{PLACE ABSOLUTE PATH TO *.SKL-FILE HERE}";
process.StartInfo = startInfo;
process.Start();
process.WaitForExit();
Best Regards,
Gregor
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.