New question #296049 on Sikuli:
https://answers.launchpad.net/sikuli/+question/296049
I've encountered an exception with App.close().
My code:
app = App.open("<path-to-app>/app")
wait(10)
app.close()
The application starts fine but app.close() raises the exception
[error] java.lang.ArrayIndexOutOfBoundsException (
java.lang.ArrayIndexOutOfBoundsException: 0 )
I have wmctrl 1.0.7 installed but it can't find my application when it's
running, so that might be the problem.
Any ideas on how to fix with and make app.close() work?
--
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