Sikuli is a visual technology to automate and test graphical user interfaces (GUI) using images (screenshots).

learn more… | top users | synonyms

0
votes
0answers
18 views

What would be the java equivalent of this Sikuli command?

I'm trying to convert a sikuli script written in Sikuli IDE to Java in eclipse. How can I convert the below line to Java ? type(text_field.png, "sampletext" + `n`) Here is my code public ...
0
votes
0answers
19 views

Robotium : Testing the app integration with third party apps

I want to know, if there's any way to test multiple apps in android? I'm aware btw that you cannot launch / test another app from the app under test with Robotium. Basically, I'd like to automate ...
0
votes
1answer
10 views

How to use keyDown() and keyUp() in sikuli?

This is my code snippet, reg = selectRegion("Selected a region") reg.keyDown(KEY_CTRL) reg.keyUp() My objective is to select some lines, as we do it by pressing CTRL and then scrolling down, but it ...
1
vote
1answer
43 views

How to check variable type using “type” function in Sikuli

Sikuli has its own function type for typing. Is there any way to invoke python (jython) function type? Module builtins can’t be imported. Of course I can use isinstance instead but I am just curious ...
0
votes
1answer
36 views

strange behaviour of list() in sikuli

findAll(Pattern("excel_icon.png").similar(0.9)) nn = getLastMatches() print "nn -> ",list(nn) while nn.hasNext(): print "excel --> ",nn.next() The above one is the code. Here, I am trying ...
1
vote
1answer
23 views

Does jython support class-level fixtures from unittest module

I am using unittest in Jython. (I am writing some Sikuli tests) I am able to make setUp() work, but I am unable to get setUpClass() running. Does anyone know if this is supported in Jython? Has ...
-1
votes
2answers
26 views

error in moveTo() of sikuli

reg = Region(20,30,40,50) reg2 = Region(60,70,80,90) reg.moveTo(reg) When I run this program I got the following error TypeError: moveTo(): 1st arg can't be coerced to org.sikuli.script.Location ...
2
votes
1answer
79 views

How to run a batch file in background from Sikuli?

How to run a batch file in background from Sikuli? Environment: WinXP, Python 2.7, Sikuli r930. Let’s assume I have a simple batch file startNotepad.bat which contains 1 line: START notepad I ...
0
votes
1answer
29 views

Example of unit testing in sikuli [closed]

Please bear with me as a newbie, who is self-teaching on a number of fronts here. I need some simple examples that would help in learning how to do unit testing in sikuli. Could someone help me out ...
1
vote
1answer
36 views

Error calling similar() in Sikuli

l = find("Start_menu.png").similar(0.5).anyColor() click(l) The above is an excerpt from my code. "Start_menu.png" refers to an image of the Windows Start Menu. I got the following error when I ...
0
votes
1answer
47 views

AWT Robot not able to drag a window

I'm trying to move a Windows Explorer window using the AWT Robot. The robot is running in Java 7, and the OS is Windows 7. I'm able to move the mouse and click on things, but when I try to ...
1
vote
1answer
48 views

IOError: [Errno 13] Permission denied

I'm getting a permission error when trying to save a screenshot from Sikuli under Windows. The code that's doing the capturing is: def CaptureScreenshot(self): resultsDirectory = ...
2
votes
1answer
62 views

Java / Junit: how to test if an external program/process/application is running?

I have a Junit / Silkuli test that runs on windows 7 and is dependent on an external program already running. How can I check if the external program is running from inside the test?
0
votes
1answer
76 views

Automate launching and performing GUI operations in Java Web Start application

I want to automate GUI testing that involves following steps. Open a URL in my web browser (Internet Explorer). The page at this URL will contain a link. Click the link on the page. This will ...
-2
votes
1answer
66 views

GUI automating tools + some IDE [closed]

I have some corp.java application and want to make some GUI automated tests with using some IDE (as I know Java, the better will be Eclipse). I've found one good way like SIKULI - ...
0
votes
0answers
17 views

Linux: VNC: IDE: Part of a dialog gets black when trying to take a screenshot

Since i use sikuli to do automation of our product, and for unix because we have server and every share it , so i do not have direct physical monitor. so we all use VNC or something like to view unix ...
2
votes
1answer
114 views

when trying to build sikuli from source on windows 8 64-bit using Visual Studio 2012 for windows desktop, cmake raising following issues

I'm trying to build sikuli from source after so that I could edit sikuli source in future and generate my own executable. I installed the necessary softwares and followed instructions as given here in ...
3
votes
1answer
52 views

How can I get Sikuli to interact with a VMware guest OS?

My problem is that I can't "type" (or send characters) inside of a text field. VMware has this behavior that the first mouse click gets the focus on the main window and the second mouse click goes ...
0
votes
1answer
41 views

SikuliX 1.0rc3 r903 type() to use normal number instead of Numpad

I have a little automation script with SikuliX to maintain a certain flow in a application and I need to press a numeric key (1,2,3...,0). The problem is that the application doesn't seem to accept ...
1
vote
1answer
26 views

Sikuli IDE terminates without error message

I'm trying to record a Sikuli script from the IDE on a 32-bit Windows 7 machine. I start it from the batch file (as suggested from several support threads handling other issues) and when I try "take a ...
0
votes
1answer
89 views

Sikuli while loop syntax in java

Here is a example of Sikuli script while (exists("OK.png"),10): click("OK.png") How can I do the same in Java? Here is what I tried: Screen screen = new Screen(); Pattern image = new ...
-1
votes
1answer
73 views

Image recognition and GUI scripting library for IPython? [closed]

I would like to create a Python script (I develop in iPython Notebook) which clicks around in a GUI according to an algorithm that I create, and then takes a screen shot before moving onto the next ...
1
vote
2answers
69 views

How to type special key using Sikuli Java Standalone jar?

In Sikuli X I can use something like type("x", KEY_CTRL) How can I do the same in Sikuli API?
1
vote
1answer
97 views

How can I import a Python script with several modules included into Sikuli

I'm trying to call a Python (2.7) script from Sikuli (r930) and use a variable from the script. Below is the Python code: import sys import re import os import time from pywinauto import application ...
1
vote
1answer
115 views

Is possible to capture images dynamically in sikuli?

I am using sikuli to load IE and from that i am opening the .flv records from adobe connect.In that i have capture images dynamically and have to store that images in a list object or any data ...
0
votes
1answer
98 views

Is there any way to draw on a map with Sikuli?

I'm successfully able to click on particular area on map with the help of Sikuli, but my requirement is to draw on the map via the Sikuli Webdriver Here is an example of what I want to be able to ...
0
votes
0answers
79 views

Windows sikuli and Hudson not working

We're getting this error but we're couldnt find a way out even after including the scheduled task as explained in the Hudson wiki. ...
0
votes
2answers
180 views

How to type text using Sikuli Java Standalone jar?

I am using Java Standalone APIs of Sikuli to automate my application. I don't know how to provide/feed some text to any text-fields using this.
0
votes
1answer
106 views

sikuli with Hudson possible?

We have a windows-based app to install our app using the InstallAnywhere wizard. We also have a linux-based app to install our app using InstallAnywhere wizard. Can sikuli be used with Hudson, a ...
0
votes
1answer
201 views

Using Sikuli to take automated screenshots of a window?

Simple question here: I'd like to use Sikuli to take a screenshot of a window on a mac, which would be done by hitting CMD+SHIFT+4 then hitting Space, then clicking a window. For the CMD+SHIFT+4 I'm ...
1
vote
2answers
177 views

Having trouble in importing sikuli modules in python . I am using RIDE to run python script

I'm having trouble getting sikuli+python. Whenever i execute python script through RIDE(robot framework IDE), i am seeing issue in importing sikuli api. I tried by adding sikuli path in environment ...
0
votes
1answer
66 views

Can Sikuli be used for moble web testing?

I know Sikuli is used for mobile apps testing, has anyone used it for mobile web testing with iOS Safari or Android Browser on mobile devices?
0
votes
1answer
80 views

Can any tel me whether it is possible to call sikuli methods like(find(),click(),wait()) in ruby?

I am able to use sikuli methods in python. But no idea about using in ruby. My professor told me to use ruby instead of python. So, can someone could help me out with this. Small code snippet or steps ...
2
votes
1answer
82 views

automate windows tasks using image recognition [duplicate]

There are alternatives to sikuli to automate windows repetitive operations with image recognition? Sikuli is great but it seems to not be updated since 2010 and there are no record tools.
0
votes
2answers
212 views

How to execute python script file (filename.py) using sikuli

I have a python code (name.py) written in separate file and now I want to execute that code using sikuli. I have tried openApp but its not working could be possible I did some mistake but ...
1
vote
1answer
223 views

How to write time (local system time), in text file or in log file using a Python script?

I have to write a test case, for that I am using sikuli which works on a Python script, here I am not able to write local system time in text file. import time; localtime = ...
1
vote
1answer
878 views

I'm getting Exception jniopencv_core.dll: Can't find dependent libraries error while trying Sikuli Java API test example

I want to test Sikuli Java API, to be specific http://code.google.com/p/sikuli-api/wiki/SikuliWebDriver . The dependency is added using maven, i.e. <dependency> ...
0
votes
2answers
111 views

I am trying to figure out url syntax to pass parameters to my “Sikuli Server”

enix12enix has written a standalone sikuli server to remotely initiate sikuli scripts. I have the server running and I'm now trying to pass values along with the url. I imagine it will look ...
1
vote
2answers
258 views

Sikuli logging settings

I'm using sikuli-script.jar in my java application. It writes a lot of logging messages in the console. So, I want to disable logging or change the logging level. How I can do this? What logging ...
0
votes
1answer
70 views

HTTP-browsing library with active feedback

I have a webpage with a Flash object on it. I want to be able to click multiple different buttons within in. Regarding this method I was wondering if there is any library (preferable Python/Perl/JAVA) ...
0
votes
3answers
668 views

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 button when it appears it clicks it if not it wait for the certain time until button appears on the ...
0
votes
2answers
137 views

Testing Editor Scalability with SIKULI - typing naturally

I'm trying to speed up an editor for large fortran files, and trying to test my tweaks using Sikuli. The problem is that if I was to type in a file with 20,000 lines, the editor becomes unresponsive. ...
1
vote
2answers
142 views

Not Able to import PIL in Sikuli

I want to import PIL in Sikuli for doing that I have added the code below import sys sys.path.append("C:\\Python27\Lib\site-packages") sys.path.append("C:\\Python27\Lib\site-packages\PIL") import ...
1
vote
3answers
359 views

Does anyone use Sikuli as a testing tool?

Hi I have a Swing application to test and I found Sikuli a nice tool to do it, but I am a little worried about the size of the community and if it's being continually developed and it's being used by ...
0
votes
1answer
109 views

How to get vbscript variables in sikuli?

I am sending excel data to sikuli using excel macro when clicking on a button in excel.I am using vbscript shell command to run the sikuli script by sending parameters like rep = ...
1
vote
1answer
409 views

Is it possible to use Sikuli to assert that images are the same in GUI-less mode?

I have a testing server which runs headless. One test I want is to check that an image served off a particular URL matches some reference image. Is there an API in Sikuli which can directly accept an ...
0
votes
1answer
140 views

How to run sikuli from onclick button in excel using macro?

Im new to vbscript.In excel sheet i have some data,at the end of the every row i have a onclick button.My requirement is when i click on a button it has to run sikuli from command prompt.Is it ...
1
vote
1answer
153 views

Different encoding in Jython's Java and Python level

I'm using Sikuli (see sikuli.org) which uses jython2.5.2. Here is a summary of the class Region on the Java level: public class Region { // < other class methods > public int ...
1
vote
1answer
198 views

I am a novice and am trying to work with Sikuli. Can Eclipse be used to code with Sikuli?

Can sikuli be integrated with Eclipse to write code?
1
vote
1answer
248 views

How do I get a value from a particular location on screen using Sikuli(Java)?

My scenario: Trying to automate Calculator using Sikuli(Java). I need to get the result (in text) every time an operation is completed. Example: 1 * 2 = 2. Need to capture '2' from the resulting ...

1 2 3