简体   繁体   中英

Sikuli X run application with given path

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM