← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #674587]: Accessing c# data in sikuli script

 

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

    Status: Open => Answered

Dillon proposed the following answer:
Couple possible solutions.

- Pass the json data as a long string parameter to sikuli.

- Create a temporary file and store the json data inside. Pass the path
of the temp file as a parameter to sikuli and then access the file in
your scripts. Delete it after the script ends.

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