Skip to content

Releases: adrian-evo/robotframework-sikulixlibrary

v2.0.0

05 Mar 15:42
Compare
Choose a tag to compare
  • All find operations can define a region where to search for with the parameter regionSelect. The values are the same as in the keyword Region SetDefaultSelectMode. This is backward compatible with any previous find operations.
  • It is now possible to manage the SikuliX logging and debug output through Set Debug number, where number is 0-3.
  • Screen dimension is not anymore hardcoded to 1920x1080, thus should work with 4k screen also.
  • New keywords to get text from a region and log a screenshot added.
  • Various documentation improvements.

v1.2.3

05 Feb 08:54
Compare
Choose a tag to compare

Settings Set improvement with float and keyword documentation update by @paulvanharen.

v1.2.2

15 Oct 12:06
Compare
Choose a tag to compare

Small fix for string int conversion and documentation improvement.

v1.2.1

14 Oct 09:05
Compare
Choose a tag to compare

Enable image mask parameter, by using img:mask or img:0 for default black.

1.2.0

22 Apr 11:16
Compare
Choose a tag to compare

Enable any of Py4J or JPype modules, by custom choice.

v1.0.1

17 Dec 14:55
Compare
Choose a tag to compare
First commit