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

    Status: Answered => Open

Ali Ahmed is still having a problem:
So I tried to do it using your code as reference and it only runs the
first test.  Here is what I have:


baseFolder = "C:\SikuliX"
s1 = "LinkTagToTrade.sikuli"
s2 = "AddDocumentToTrade.sikuli"

exVal = runScript(os.path.join(baseFolder, s1))
print s1, exVal

exVal = runScript(os.path.join(baseFolder, s2))
print s2, exVal

-- 
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