Question #702721 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/702721

    Status: Needs information => Open

Zach Anderson gave more information on the question:
I'm running 2.0.5

Launching a script using 
        sikuliProcess = System.Diagnostics.Process()
        script = self.TB_WORKING_DIR + os.sep + self.TEST_ID + '.sikuli'
        sikuli_log = self.TB_WORKING_DIR + os.sep + 'SikuliLog.log'
        sikuliProcess.StartInfo.FileName = self.SIKULI_TEST_PKG + os.sep + 
'runsikulix.cmd'
        sikuliProcess.StartInfo.Arguments = ' -r "' + script + '" -f "' + 
sikuli_log + '"
        sikuliProcess.Start()

Running an application and here is where it occurs in the script
         x = os.environ['PARTSDIR'] + "\\General\\"
         click(x + "CheckMark.png")

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.

_______________________________________________
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