← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #281192]: Cannot start app ONLY when running the tests with maven

 

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

    Status: Open => Solved

vicus confirmed that the question is solved:
Actually, this was a fake problem. I misunderstood App class usage. I
corrected the test and it's working fine now:

Runtime.getRuntime().exec("cmd.exe /c start appwiz.cpl");
uninstallApp = new App("appwiz.cpl");
uninstallApp.focus();

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.