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

Hi,

I have a test scenario where I open Add/Remove Programs app from a Sikuli test 
and then I remove an app using the normal UI flow. Here's how I open the 
uninstall app:

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

When runnning the tests from Eclipse it works great, however, when I run the 
tests using maven, the code above does nothing so the test fails. Any 
suggestions?

-- 
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

Reply via email to