2

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?

1 Answers1

0

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

lucrib
  • 448
  • 1
  • 9
  • 21