← Back to team overview

sikuli-driver team mailing list archive

[Question #218110]: Need to re-open my AUT during the test - how to?

 

New question #218110 on Sikuli:
https://answers.launchpad.net/sikuli/+question/218110

Hey guys.

Requirement is I would need to close my AUT and re-open it to make sure it is in different session. How do I achieve this programmatically? What I did is,

App.close("MyAUT")
wait(3)
App.open("MyAUT")

But, after it is closing the AUT, the test terminates. I ran it from terminal, I didn't get the report as well during this termination.

There should be a way to achieve this!!

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