sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #12366
Re: [Question #205071]: Switch to JUnit testing app
Question #205071 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/205071
Status: Open => Answered
RaiMan proposed the following answer:
Ok, same as my standard environment ;-)
The solution is the App class (look into Sikuli's JavaDocs ;-)
aEcl = new App("Eclipse");
// some code
aEcl.focus(); // brings you back to Eclipse
But why do you want to switch back to Eclipse?
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.