-
I am on ubuntu using :
- jython2.7.3
- sikulixidelux-2.0.6
- java : openjdk version "19.0.2" 2023-01-17
I tried to run a simple script from the following folder
```bash
├── image
│ └── fir…
-
```
What steps will reproduce the problem?
1. Inserting an .mp3 file into a PowerPoint slide
2. Running the Sikuli Slide tutorial
What is the expected output? What do you see instead?
The .mp3 shou…
-
I get 404 error or Dropbox errors when I try to find the download link. Looks like page has been moved. Where is the page to download?
-
```
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, 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 …
-
Hi there,
I installed sikuli using pip in a virtualenv. If I now do a from sikuli import \* I get a jnius.find_javaclass (jnius/jnius.c:12117)
jnius.JavaException: Class not found 'org/sikuli/api/rob…
-
```
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 …
-
1、I want to test android app by sikuliX, and include sikulixapi.jar in the CLASSPATH of My Java project (sikulixapi-1.1.1)
2、My code like that:
`package com.stone.sikuli.test;
import org.junit.T…