← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #663387]: How to run sikulix from cli using already running IDE?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
yes, a middle-sized challenge ;-)

workflow idea with hotkey:
-- trigger script:
- accepts scriptname and parameters
- writes a line to a file with these information
- issues hotkey

-- serverscript
-- waits for hotkey
-- reads the one-line file
-- builds the run command and runs it

workflow idea file only:
-- trigger 
create a one-line-file with scriptname and parameters

-- serverscript
-- wait for file to exist
-- reads the one-line file
-- delete the file
-- builds the run command and runs it

there are of course other option for the trigger-server-communication-
file

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