← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #289229]: protocol interface

 

Question #289229 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/289229

    Status: Answered => Open

Boris R is still having a problem:
Reading the documentation, these are the commands that the api accepts:

stop - stops the server
start - initiates a JavaScript runner, so the next run request will start the script without delay
startp - initiates a Jython runner, so the next run request will start the script without delay *
scripts/folder/folder/folder/... - sets the folder where the runner finds the scripts **
images/folder/folder/folder/... - sets the folder where the runner finds the images used in a script (image path) **
run/script - looks for the script in the given folder and runs it (starts the respective runner if not yet done) ***

It appears that there is only a way to run a file, and not a string
containing a script content. So I have to save the string into a file
first and then run it. This is a bit annoying.  Am I missing something ?

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.