Releases: adrian-evo/robotframework-sikulixlibrary
Releases · adrian-evo/robotframework-sikulixlibrary
v2.0.0
- All find operations can define a region where to search for with the parameter
regionSelect
. The values are the same as in the keywordRegion 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
Settings Set improvement with float and keyword documentation update by @paulvanharen.
v1.2.2
Small fix for string int conversion and documentation improvement.
v1.2.1
Enable image mask parameter, by using img:mask or img:0 for default black.
1.2.0
Enable any of Py4J or JPype modules, by custom choice.
v1.0.1
First commit