← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #238349]: running multiple script throgh batch file

 

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

    Status: Needs information => Answered

RaiMan proposed the following answer:
your batch should look like this:

@echo off
cmd /C D:\SikuliX\Sikuli-IDE.bat -r D:\Home.sikuli\CustomerPortalHome.sikuli
cmd /C D:\SikuliX\Sikuli-IDE.bat -r D:\Home.sikuli\CustomerPortalLogin.sikuli

Why your script in the IDE gives different results than from command
line, I do not know.

Sure, that the command window is not disturbing the test? use
App.focus() to get your app window to foreground.

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