Skip to content

richard-stowe/sikuli-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Windows Specific Requirements

  • OpenCV binary to be extracted and following directory to be added to the PATH env variable: "<OPEN_CV_HOME>\build\x64\vc12\bin"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.4%
  • Ruby 1.3%
  • Python 0.3%