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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp