sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #15357
Re: [Question #218110]: Need to re-open my AUT during the test - how to?
Question #218110 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/218110
Status: Open => Needs information
RaiMan requested more information:
-- running the following script in a Terminal session:
switchApp("Safari")
App.close("Safari")
wait(3)
App.open("Safari")
-- using the following command (being in home folder):
/Applications/Sikuli-IDE.app/sikuli-ide.sh -r ~/test.sikuli
-- works and gives the following output:
[info] Sikuli vision engine loaded.
[info] Mac OS X utilities loaded.
[info] VDictProxy loaded.
[log] App.focus Safari(0) #0
[log] openApp: "Safari"
[log] closeApp: "Safari"
[log] closeApp: Safari
[log] App.open Safari(0)
[log] openApp: "Safari"
so I still do not understand your problem.
might help to see some of your code and more information how you
actually run your script.
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.