-
```
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…
-
I got the following error:
20190930 15:53:28.086 : INFO : Opening browser 'chrome' to base url 'https://www.baidu.com'.
20190930 15:53:40.459 : INFO : Slept 2 seconds
20190930 15:53:40.473 : INF…
-
```
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…
-
```
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…
-
```
The mechanism that webdriver supplies for extending the set of locators it can
use is to subclass the By class. It would be nice if sikuli-webdriver
implemented this:
public class BySikuli {
…
-
```
The mechanism that webdriver supplies for extending the set of locators it can
use is to subclass the By class. It would be nice if sikuli-webdriver
implemented this:
public class BySikuli {
…
-
```
The mechanism that webdriver supplies for extending the set of locators it can
use is to subclass the By class. It would be nice if sikuli-webdriver
implemented this:
public class BySikuli {
…
-
```
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 …