← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #226007]: how do i for create one switch test in sikuli?

 

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

RaiMan proposed the following answer:
sorry, missed a bracket:

# run some scripts in sequence
for script in ("LancarItem", "Login", "FecharConta"):
    scriptsik = script + ".sikuli"
    scriptpy = os.path.join(scriptsik, script + ".py")
    setBundlePath(os.path.join(dir, scriptsik)) # folder for images
    execfile(os.path.join(dir, scriptpy)) # runs the code

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.