Monday 5 March 2012

Sikuli Installation - Hello World

Test the Sikuli installation with a variation of Hello World. Introduce the popup command.

  1. Download the latest from Sikuli.org 
  2. Install Sikuli
  3. Create a working directory for your projects.  Sikuli has problems with non-roman characters so keep paths to alphanumeric characters (whitespace is ok).
  4. Start the Sikuli IDE and input the following script
  5. popup("World","Hello")
  6. Press the run buton.
  7. Check your project into source control
Result:




The tool is working correctly.

Further Reading:

http://sikuli.org/docx/globals.html#popup

03-05-2012
Sikuli X-1.0rc3 (r905)

No comments:

Post a Comment