9월 29, 2019의 게시물 표시

Publish to my blog (weekly)

SikuliX - general aspects of scripting — SikuliX 1.1+ documentation Saved scripts (.sikuli) and exported scripts (.skl and .jar) can be run from commandline ( see ) or from within other scripts ( see ). A candidate to be used with SikuliX and JavaScript scripting in the future will be the GraalVM package. It can surely be used with SikuliX (sikulixapi.jar) already now, but probably will have special support in SikuliX 1.1.5 beginning towards end of 2019. People who try already now with SikuliX 1.1.4 are welcome to give feedback about their experiences. now you can write JavaScript code according to the specifications of the Java bundled JavaScript interpreter (Nashorn since Java 1.7) . ...