Questions tagged [sikuli-script]

SikuliX = Sikuli IDE + Sikuli Script So, Sikuli Script = SikuliX - Sikuli IDE

Sikuli automates anything you see on the screen. It uses image recognition to identify and control GUI components. It is useful when there is no easy access to a GUI's internal or source code.

Sikuli was an open-source research project at the User Interface Design Group at MIT.

For details: http://www.sikuli.org/

143 questions
1
vote
4 answers

Unable to run Sikuli IDE click(image)

I have a VB.net Project executable. I start the executable using Sikulix IDE. SikulixIDE1.1.0 Untiled #Click application logo to start doubleClick("1459230114375.png") #Login screen Enter UserName,Password,click…
Tulsi
  • 151
  • 3
  • 15
1
vote
1 answer

SikuliX cannot detect a screen

I have got a problem trying to run SikuliX script remotely. The thing is, when I call the script from cmd line without starting an IDE, the script works fine. However, when I call the script using the same command remotely from the website, the…
magic_turtle
  • 1,243
  • 3
  • 17
  • 37
1
vote
0 answers

How to install sikuli in Windows 7(32bit OS)?

I am using sikuli for the first time. I have downloaded a jar file named sikulisetup-1.1.0.jar. On clicking this jar file, setup box is getting invoked consisting of pack1, pack2, pack3. On selecting pack1 if I continue, many more jar files are…
chandu
  • 33
  • 1
  • 8
1
vote
4 answers

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 a screen, The screen has multiple roles and hence i need to scroll down the screen and search for a particular Role and click the Role. I have…
Satish Dhanaraj
  • 63
  • 1
  • 4
  • 14
1
vote
1 answer

Check if video has ended

I am using SikuliX to check when a video on a website has ended. I do this by comparing my region (which is my active web browser window) to a screen capture of the region I have taken while the video is playing. If it doesn't match, that means the…
Csh
  • 103
  • 1
  • 11
1
vote
1 answer

UnsatissfiedLink Error : Java jar_Sikuli

I have a automation test suite written in java using Sikuli and TestNG. I have created a Jar file for this project. Sikuli requires some *.dll to identify screen objects. To load these libraries I have used below code. public class OmsTest { …
MKay
  • 818
  • 9
  • 32
1
vote
1 answer

For Sikuli observations, do I need to set the scan rate per region being observed

I know that when using the Sikuli observer function, you can set a scan rate for the observation: Settings.ObserveScanRate = (number of observes per second) The example given in the sikuli documentation only has one observation acting on the…
switch201
  • 587
  • 1
  • 4
  • 16
1
vote
0 answers

Sikuli How to allocate more resources for multi threading

If you are familiar with sikuli scripting, you know there is a pair of functions built in called "observe()" and "onAppear()". The Observe function works by essentially starting a thread that continually scans for specific images in a given region…
switch201
  • 587
  • 1
  • 4
  • 16
1
vote
1 answer

Generating a test result of multiple sikuli scripts

I want to run multiple (like 10 or so) sikuli scripts consecutively and output the result in XML. I have found this SO question: How to generate report using sikuli for desktop application and xmlrunner looks quite ok. Now, my sikuli scripts have…
Mefhisto1
  • 2,188
  • 7
  • 34
  • 73
1
vote
2 answers

Exporting a runnable jar with environment variables specified in Eclipse

I am currently using Sikuli which requies both a PATH and SIKULI_PATH environment variable to be set in order to execute. Applying this in the run config is fairly straight forward and allows me to run the script as intended from within…
Juxhin
  • 5,068
  • 8
  • 29
  • 55
1
vote
1 answer

Trying to run cucumber using jruby

I am trying to run cucumber using jruby. Below is the command I am using: $ jruby -S cucumber It gives me the following error: Gem::LoadError: Could not find 'cucumber' (>= 0) among 20 total gem(s) to_specs at…
Anshul
  • 117
  • 3
  • 14
0
votes
1 answer

Issue with connecting to MySQL database using Sikulix 2.0.5

I am currently facing a problem with Sikulix 2.0.5 on a Windows 10 operating system, with JAVA8, Python, and Jython installed. Previously, I had been using version 1.1.3 successfully, where I had built an automation script that connected to a MySQL…
0
votes
1 answer

Trying to Automate Sikuli but the runIDE is nowhere to be found

I am testing Sikuli as a desktop automation. I "installed" Sikuli which is just me running the executable everytime to launch the program. I am able to write up the flow of the desktop and have it run through the User Interface. I was looking to see…
0
votes
2 answers

Sikulix No module named Do

When using 1.1.3 -- Sikuli works as expected, scripts are run without issue. When using 2.0.5 (latest), Sikuli IDE opens Attempt any script, regardless if it's new or existing The following error is thrown: Exception in thread "Thread-39" Traceback…
howard
  • 1
  • 1
0
votes
1 answer

Best way to share SikuliX scripts (and OS friendly)?

I have a Sikuli 2 script which is composed of: an app.sikuli directory with a app.py in it and several Things.png images Most of this structure was auto generated by SikuliX while I was creating the script. If I have to switch to another method of…
Sandburg
  • 757
  • 15
  • 28