MarappPrashanth / sikuli-api

Automatically exported from code.google.com/p/sikuli-api
0 stars 0 forks source link

Add a new 'App' class like the one found in the Sikuli IDE? #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Are there are any plans to expand this library?

If so, I'd like to request that the scope be expanded to include an 'App' 
class, just like the one found in the Sikuli IDE.

Original issue reported on code.google.com by essays.i...@gmail.com on 15 Feb 2013 at 11:25

GoogleCodeExporter commented 8 years ago
I am using Runtime to launch application

try {
          Process p = Runtime.getRuntime().exec("yourApp");
        } catch (IOException e) {
            e.printStackTrace();  //To change body of catch statement use File | Settings | File Templates.
        }

Original comment by mbdiwa...@gmail.com on 5 Apr 2013 at 8:06

GoogleCodeExporter commented 8 years ago
I'm using old App class sikuli-script.jar from Sikuli IDE

Original comment by mail2tu...@gmail.com on 6 Apr 2013 at 8:35