-
```
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 …
-
```
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 …
-
As has been reported, Sikuli-standalone-api will crash after repeatedly doing image searches.
This can be avoided by calling the new (beta) release of the standalone api as instructed here:
https://…
-
Hi there,
Thank you for creating this wrapper.
I have a sikuli script that automates installation of firefox. It accepts command line argument - filename. In my c# code, I tried to call it with Siku…
-
Hi,
I have SikuliX installed on a windows 8.1 machine.
I'm looking at a way to run a test without the IDE, and this works:
`runsikulix.cmd -r "d:\sikuli scripts\default.sikuli"`
Second step, I wa…
-
```
Hi, I am a newbie with Sikuli and with programming in general.
I having trying to automate a program with this sikuli API for Java and I have
some questions.
I made my test program to run effic…
-
```
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 …
-
```
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 …
-
```
What steps will reproduce the problem?
1. mvn test
What is the expected output? What do you see instead?
-------------------------------------------------------
T E S T S
-----------------------…
-
```
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…