-
Hi, not work library . have a main package?
Thanks!
-
**Describe the bug**
The Sikuli server fails to start
**To Reproduce**
Steps to reproduce the behavior (be sure to include the exact command phrase you are using):
1. Install the latest version …
-
Essentially, the issue is as follows: I start the script. but it does not perform any touches/drags on my screen. It does not select a support. It does not perform autoskill actions, It just idles. No…
-
Queries:
1. How Tesseract OCR is working here?
2. Is this Screen() method a turtle library method, since dont see any import, and how is it working? Does it capture screen if so how does fullscre…
-
When using version 2.0.4 I noticed that the command sidebar is no longer being displayed as it was in version 1.1.3.
Was this feature removed in this release?
![sikuli_113](https://user-images.g…
-
I got a error when using SikuliX 2.0.4 with Spring Boot 2.2.6:
```
***************************
APPLICATION FAILED TO START
***************************
Description:
An attempt was made to c…
-
Simply calling new `App("path").open()` on my system yields an ArrayIndexOutOfBoundsException.
Stacktrace:
```
java.lang.ArrayIndexOutOfBoundsException: 1
at org.sikuli.natives.MacUtil.ge…
-
This fails if it is the whole script, although it is basic usage of visual automation.
```
if present('test.png')
echo 5
```
If I just activate sikuli separately using a click on coordinate…
-
*Please make sure you are on the latest version of kcauto, and that there is not already a ticket open for your issue.*
*Please remove sections of this template you do not find relevant when creati…
-
Hello,
I'm trying to implement SikuliX to my selenium maven project with Cucumber. I added the Sikuli dependency to my pom.xml file
com.sikulix
sikulixapi
…