-
```
What steps will reproduce the problem?
I am trying to open an Application over the Sikuli API with the following Code:
import org.sikuli.script.*;
public void blabla() throws FindFailed{
App …
-
```
Rum application using Sikuli Jaava API and let the main thread terminate.
What is the expected output? What do you see instead?
The application should terminate, but since Sikuli uses AWT there i…
-
```
Rum application using Sikuli Jaava API and let the main thread terminate.
What is the expected output? What do you see instead?
The application should terminate, but since Sikuli uses AWT there i…
-
```
Hi sikuli team !
sikuli script was throwing a findfail exception when no match were found on the
screen whereas sikuli API simply returns a null match pointer.
Is there any philosophical/design…
-
```
Hi sikuli team !
sikuli script was throwing a findfail exception when no match were found on the
screen whereas sikuli API simply returns a null match pointer.
Is there any philosophical/design…
-
```
Hi sikuli team !
sikuli script was throwing a findfail exception when no match were found on the
screen whereas sikuli API simply returns a null match pointer.
Is there any philosophical/design…
-
_Original author: mt...@umich.edu (January 31, 2013 13:54:11)_
What steps will reproduce the problem?
1. mvn test
## What is the expected output? What do you see instead?
## T E S T S
Running org.s…
-
```
Exception in thread "main" java.lang.ExceptionInInitializerError
at org.sikuli.basics.Debug.log(Debug.java:697)
at org.sikuli.basics.Debug.logx(Debug.java:675)
at org.sikul…
-
There is an existing SPICE test suite written in Sikuli (python/jython). It would be nice to have mechanism to deploy these scripts with minimum client (in fact qemu guest) requirements:
Sikuli requi…
-
Environment:
- Windows 10
- robotframework 3.1.2
- robotframework-SikuliLibrary 1.0.6
- java version "1.8.0_221"
- Python 3.7.3
- Jython 2.7.1
After try start a simple sik…