Is there a way to run an application from java code when using sikuliX? For example autoIt had a method
Run("C:\Folder\YourFavouriteExecutionFile.exe");
I am looking something like this in Sikuli X. Any suggestions?
Is there a way to run an application from java code when using sikuliX? For example autoIt had a method
Run("C:\Folder\YourFavouriteExecutionFile.exe");
I am looking something like this in Sikuli X. Any suggestions?
If you are running SikuliX from its API you are just running Java code, so it might be useful to take a look in the question linked below. https://stackoverflow.com/a/8496537/3586361