raimundhocke ac592cd8c9 cosmetics
2021-06-20 11:54:42 +02:00
2021-05-23 15:46:45 +02:00
2021-06-20 11:54:42 +02:00
2021-06-15 13:45:23 +02:00
2021-04-29 18:01:52 +02:00
2021-05-23 15:55:25 +02:00
2021-05-19 16:24:56 +02:00
2018-03-07 16:34:14 +01:00
2021-04-30 14:41:02 +02:00
2021-05-23 14:59:27 +00:00

SikuliX


v2.1.0 --- Java API Status      Compile API API Snapshot

Maven coordinates: OSSRH Snapshots :: com.sikulix :: sikulixapi :: 2.1.0-SNAPHOT

IMPORTANT: Read about how to use these snapshot jars


v2.1.0 --- Jython IDE Status:      Compile IDE IDE Snapshot

Get Latest IDE Snapshot Runnable Jar:         > for Windows <          > for macOS <          > for Linux <         

IMPORTANT: Read about how to use these snapshot jars


Great thanks for the new logo and all the help with the new webpage to @Waleed Sadek


What is SikuliX
SikuliX automates anything you see on the screen of your desktop computer running Windows, Mac or some Linux/Unix. It uses image recognition powered by OpenCV to identify GUI components and can act on them with mouse and keyboard actions. This is handy in cases when there is no easy access to a GUI's internals or the source code of the application or web page you want to act on. More details


Java: must be Java 11 or later (best place to get it: AdoptOpenJDK)
non-LTS versions like Java 15/16 might create problems that should be reported

Windows: Works out of the box

macOS/Linux you have to make Tesseract OCR available (for HowTo look here).

Linux OpenCV ibraries are bundled and should work on Ubuntu-like flavors. In case of problems you have to find a solutiuon.


Latest stable version is 2.0.5 (still runs with Java 8)

Important: Read about changes/issues/enhancements

List of fixes

Get SikuliX ready to use

For use in Java Maven projects the dependency coordinates are:

<dependency>
  <groupId>com.sikulix</groupId>
  <artifactId>sikulixapi</artifactId>
  <version>2.0.5</version>
</dependency>

Development environment

  • Java 11 (current JDK LTS release)
  • Source and target level for Java is version 11
  • Maven project
  • Windows 10 latest (Pro 64-Bit)
  • macOS 11.2 on Intel machines
  • Ubuntu latest running in Oracle VM VirtualBox on Windows 10
  • Using IntelliJ IDEA CE in all environments

Contributions are welcome and appreciated

  • for bugreports and requests for features or enhancements use the issue tracker here
  • for bugfixes related to the latest release version you should create a pull request against the release branch (currently release_2.0.x), so your fix will be in the next bug-fix release (see milestones).
  • for smaller bugfixes and/or feature enhancements related to the running development (currently branch master as version 2.1.0-SNAPSHOT and dev_... branches) you should create a pull request against the target branch
  • a pull request should target only one branch. It is the resposibility and job of the maintainer to apply the changes to other branches in case
  • for more complex revisions and/or enhancements you should ask for a development branch together with a short description of your ideas

Please respect the following rules and guidelines when contributing

  • Start with smaller fixes. E.g. choose an issue from the issue tracker and try to fix it. Or fix issues you encounter while using SikuliX.
  • Only fix cosmetic stuff if it's related to an issue you want to fix.
  • Before you change stuff like dependencies / overall code style and so on, talk with the maintainer beforehand.
    Sometimes there is a a reason that things are as they are (... and sometimes not :-)).
  • Try to accept the individual coding styles of the acting contributors, even if some of the stuff might be sub-optimal in your eyes.
    But feel free to talk about your ideas and the reasons behind.
Languages
Java 68.7%
Python 30%
HTML 0.4%
GAP 0.4%
JavaScript 0.2%
Other 0.2%