[1.0.1] want an easy to use feature to run scripts from inside other scripts and Java code --- available in 1.1.0
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SikuliX |
Fix Committed
|
Critical
|
RaiMan |
Bug Description
---- solution available in 1.1.0
class:
org.sikuli.
method:
/**
* run a script at scriptPath (.sikuli or .skl)
* @param scriptPath absolute or relative to working folder
* @param args parameters given to the script
* @return exit code
*/
public static int run(String scriptPath, String[] args) {
-------
Hi,
i currently trying to integrate sikuli into sahi. At the sahi forum a found a code snippet which calls the runPython function. It seems that this function was replaced or renamed.
It currently says me "Type Error: [JavaPackage org.sikuli.
Original snippet:
function runSikuli ($sikuli_script) {
//_wait(10000) // wait for applets to load -- better do it in the sikuli skript by waiting for a specific image to appear
var sikuli = new edu.mit.
sikuli.
}
Maybe someone can get me in the right direction. Thanks.
summary: |
[1.0.1] want an easy to use feature to run scripts from inside other - scripts and Java code + scripts and Java code --- available in 1.1.0 |
description: | updated |
solution for 1.0.1 look related question comment #3