Top "Sikuli" questions

Sikuli is a Java based automation tool available for Windows, macOS and Linux that automates tasks using screen visual inspection.

Has anybody used SIKULI for testing their GUI-based apps?

SIKULI seems to have an enormous amount of potential. Has anybody tried to use this as a tool for testing? …

java user-interface testing sikuli
Change screen resolution in Java

I have a program that uses visual scripting (sikuli-script) to allow the users to create their own visual scripts. The …

java swing screen-resolution sikuli
Using Sikuli to verify text

I am using the Sikuli IDE to test an application that returns data in a text box. For example I …

python sikuli
How to check in sikuli that image is exist in screen or not and perform if else condition on that result

I am trying to automate a desktop application in sikuli. What i am doing copying data from from existing user …

sikuli
How to call a function from another class in python?

I'm very new to python and Sikuli software. :( I was trying to call a function from another class. Here is …

python sikuli
Drag and drop with Sikuli

I am having trouble using drag and drop with Sikuli. I would like to drag something in any other direction (…

python drag-and-drop sikuli
Paste command using Selenium

I'm using Python 2.7 and Selenium 2-44-0 on Windows 7. I'm looking for a quicker way of inputting text than using …

python selenium clipboard sikuli
How to scroll down with sikuli

How to scroll down with Sikuli in Selenium Eebdriver with java? I am using screen.wheel(1 , 8); in my code to …

java automation sikuli
How to pause, resume and stop a Sikuli program?

Suppose I am running a Sikuli program and I want to pause the program at a particular point and then …

process execution sikuli
How to Find Exact match of an Image in Sikuli with Java

Am new to Sikuli and trying to Automate Citirx Application. Need Help Am trying to select a user role in …

sikuli sikuli-script sikuli-ide