InterviewSolution
Saved Bookmarks
| 1. |
Explain How Sikuli Script Works? |
|
Answer» To run a Sikuli SCRIPT, Sikuli IDE creates an org.python.util.PythonInterpreter and passes a few lines of HEADERS to the INTERPRETER automatically. Once these headers are defined or set, the .PY script is simply EXECUTED by PythonIntepreter.execfile(). To run a Sikuli Script, Sikuli IDE creates an org.python.util.PythonInterpreter and passes a few lines of headers to the interpreter automatically. Once these headers are defined or set, the .py script is simply executed by PythonIntepreter.execfile(). |
|