New question #232940 on Sikuli:
https://answers.launchpad.net/sikuli/+question/232940
My code is
App.open(" /usr/bin/kate");
Screen s = new Screen();
try {
s.wait("images/head.png", 10);
..........
It opens the app for a sec or less and immediatialy the app get disappear.
while the remaing part of code is running.
in console I am getting.
[log] openApp: /usr/bin/kate
[log] App.open /usr/bin/kate(25402)
I am using sikuli[1.0] + java, on GNU/Linux(Ubuntu 12.04)
--
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