Sikuli is a Java based automation tool available for Windows, macOS and Linux that automates tasks using screen visual inspection. Sikuli operates by matching previously taken screenshots and emulates user interactions by taking control of mouse and keyboard. The biggest Sikuli advantage is being available for both Desktop and Web Applications as it doesn't require any API.
Sikuli is a visual technology to automate and test graphical user interfaces (GUI) using images (screenshots).
Sikuli includes
- Sikuli Script, a visual scripting API for Jython,
- Sikuli IDE, an integrated development environment for writing visual scripts with screenshots easily.
- Sikuli-API, a visual scripting API for Java
Sikuli Script automates anything you see on the screen without internal API's support. You can programmatically control a web page, a Windows/Linux/Mac OS X desktop application, or even an iphone or android application running in a simulator or via VNC.
Sikuli was developed at User Interface Design Group, MIT Computer Science and Artificial Intelligence Laboratory (CSAIL) and supported in part by the National Science Foundation under award number IIS-0447800 and by Quanta Computer as part of the TParty project. It is now maintained by the Sikuli Lab at the University of Colorado Boulder. Sikuli Script and Sikuli IDE are both released under the MIT License.
- Project Sukuli
- Sikuli Documentation
- Sikuli's official repository on github
- Sikuli Script in Java (additional)
- sikuliserver: invoke Sikuli Script remotely
- Sikuli Lab, Professor Yeh's research group in charge of Sikuli
- Sikuli-API repository on BitBucket