sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #19410
[Question #232940]: [1.0] App.open() opens an app and close immediatly.
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.