New question #263252 on Sikuli:
https://answers.launchpad.net/sikuli/+question/263252
I'm currently using java code to open and close my desktop application, seems
App.close() does't work.
my code:
static string hitestpathstring="xxx//hitest.exe";
static App testApp=new App("hitest");
public static void openApp(){
testApp=App.open(hitestpathstring);
}
public static void closeApp(){
testApp=App.focus(hitestpathstring);
testApp.close():
}
the problem is: App.open() works but close() doesn't.
Any advice is appreciated, thanks in advance.
--
You received this question notification because you are a member of
Sikuli Drivers, which 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