Top "Sikuli" questions

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

How to send "Ctrl + c" in Sikuli?

This feels like it should be pretty easy but I can't find documentation on how to do this: I just …

keyboard sikuli
What better tool than Sikuli to use for screen automation on Windows 7 (or preferably multi-platform)

I'm using Sikuli for Screen automation. i.e for clicking of GUI elements according to their appearance on the screen. …

windows-7 screen ui-automation sikuli
How to get sikuli-script.jar for Windows 64 bit machine

I have downloaded sikuli-setup.jar and successfully able to install it. I am able to run sikuli from GUI but …

sikuli sikuli-script
How can Sikuli be used to wait for a button for a long time, with perhaps some maintenance task in between?

I have a webpage where I am waiting for a button to appear, and when it appears I would like …

automation wait sikuli
What's the command to take a picture in Sikuli

I'm using Sikuli IDE. I'd like to know what the command to take a screenshot is, so I can capture …

sikuli
How to import the sikuli module in python?

I'm having trouble getting sikuli+python unit testing to work, and would be glad for some assistance. I searched the …

python sikuli
text recognition (OCR) is switched off in Sikuli when using java

Has anyone got the OCR function Region.text() working in Sikuli with java? I keep getting this as output Region.…

java ocr sikuli
How to get Sikuli working in headless mode

If we have a headless test server running sikuli (both ubuntu and windows configurations needed), how to get it work …

testing automation automated-tests sikuli headless
how can Sikuli be used for wait for the button untill it displayed it and then click on it?

i m applying a sikuli skript on a webpage so that it when page loads it waits for the specific …

while-loop wait sikuli time-wait
Calling to a Sikuli script from Python (Selenium)

While running Selenium tests on a website, I have some Flash elements that I cannot test with Selenium/Python. I …

python selenium sikuli