johnou / sikuli-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sikuli Java API

Sikuli API for Java provides image-based GUI automation functionalities to Java programmers. It is created and will be actively maintained by Sikuli Lab. The effort of making this API is a response to the desire of many Sikuli users to use Sikuli Script's functionalities directly in their Java programs, rather than writing Jython scripts. This new Java library has a re-designed API and includes several new functions that were not available in the original Sikuli Script.

News

  • April 30, 2013

  • April 8, 2013

  • Mar 6, 2013

    • [Sikuli Slides] (SikuliSlides) - 1.0.0 Release.
  • Nov 18, 2012 Version 1.0.2

    • Relative for defining region/location based on another region/location
    • Canvas for drawing graphical objects on screen
    • MultiStateTarget for finding targets with multiple state-dependent appearances (e.g., checkboxes)

Requirements

  • Java Runtime Environment (JRE) or Java Development Kit (JDK) version 1.6 or newer
  • (Optional) Apache Maven version 2.0.10 or newer, if you want to build it from source.

About


Languages

Language:Java 98.0%Language:Ruby 1.7%Language:Python 0.3%