You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-13Lines changed: 15 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,18 @@ Sikuli Robot Framework Library
2
2
==============================
3
3
4
4
## Introduction
5
-
Sikuli Robot Framework Library provides keywords to be used within [Robot Framework's](https://robotframework.org/) environment to test UI through [Sikulix](http://sikulix.com/), a automation tool that uses image recognition to identify and interact with UI components.
5
+
Sikuli Robot Framework Library provides keywords to be used within [Robot Framework's](https://robotframework.org/) environment to test UI through [SikuliX](http://sikulix.com/), a automation tool that uses image recognition to identify and interact with UI components.
6
6
7
-
This library supports python 2.x, and python 3.x
7
+
This library supports Python 3.8 - 3.14.
8
8
9
9
## Mapping With Sikulix API Version
10
-
As this library is depended with sikulixapi, below table describe the mapping between SikuliLibrary version and sikulixapi version.
11
-
Before using this library, please check [doc of sikulix](https://sikulix-2014.readthedocs.io/en/latest/index.html), and make sure the environment satisfy the requirement of sikulix.
10
+
As this library is dependent of SikuliX API, below table describe the mapping between SikuliLibrary version and SikuliX API version.
11
+
Before using this library, please check [doc of sikulix](https://sikulix-2014.readthedocs.io/en/latest/index.html), and make sure the environment satisfy the requirement of SikuliX.
12
12
13
-
| SikuliLibrary |sikulixapi |
13
+
| SikuliLibrary |SikuliX API|
14
14
| --- | --- |
15
15
| master | 2.0.5 |
16
+
| 2.0.6 | 2.0.5 |
16
17
| 2.0.5 | 2.0.5 |
17
18
| 2.0.3 | 2.0.4 |
18
19
| 2.0.0 | 2.0.4 |
@@ -30,18 +31,18 @@ Before using this library, please check [doc of sikulix](https://sikulix-2014.re
30
31
31
32
## Keyword Documentation
32
33
33
-
Here is a list of the available [Keywords :full_moon_with_face:](http://MarketSquare.github.io/robotframework-SikuliLibrary/docs/SikuliLibrary.html) | [Keywords :new_moon_with_face:](http://MarketSquare.github.io/robotframework-SikuliLibrary/docs/SikuliLibrary_dark.html).
34
+
Here is a list of the available [Keywords :full_moon_with_face:](http://marketSquare.github.io/robotframework-SikuliLibrary/docs/SikuliLibrary.html) | [Keywords :new_moon_with_face:](http://marketSquare.github.io/robotframework-SikuliLibrary/docs/SikuliLibrary_dark.html).
* For Linux, there are some dependencies that needs to be installed, please check [sikuli quick start](http://www.sikulix.com/specials/files/linux-setup-prerequisites.html) to get more details.
89
+
* For Linux, there are some dependencies that needs to be installed, please check [SikuliX quick start](http://www.sikulix.com/specials/files/linux-setup-prerequisites.html) to get more details.
88
90
* Python should be installed as maven will execute python command
* By default, SikuliLibrary will start Sikuli Java process implicitly when library is initializing by Robot Framework. This behavior brings some problems.
197
-
* Now with **"NEW"** mode, user could use keyword [Start Sikuli Process](http://MarketSquare.github.io/robotframework-SikuliLibrary/docs/SikuliLibrary.html#Start%20Sikuli%20Process) to start the process explicitly.
199
+
* Now with **"NEW"** mode, user could use keyword [Start Sikuli Process](http://marketSquare.github.io/robotframework-SikuliLibrary/docs/SikuliLibrary.html#Start%20Sikuli%20Process) to start the process explicitly.
198
200
You may check the detail in [issue 16](https://github.com/MarketSquare/robotframework-SikuliLibrary/issues/16)
199
201
* Example:
200
202
```
@@ -247,7 +249,7 @@ Setting UAC to the lowest level (not to notify the user) will reduce the instanc
247
249
248
250
## Differences With Other Similiar Sikuli Libraries
249
251
* Robot Remote Library technology is used, different client part program languages are supported
250
-
* Do not plan to expose sikuli api to Robot Framework directly. All sikuli api are encapsulated as Keywords.
252
+
* Do not plan to expose SikuliX API to Robot Framework directly. All SikuliX API are encapsulated as Keywords.
0 commit comments