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
0
votes
2 answers

Can not find Image path in Upload document script using Sikuli with webdriver

Can not find Image path in Upload document script using Sikuli with selenium web driver, I am using latest Sikuli jar. I am getting following Error while running followed code snippet: Screen src = new Screen(); Match addFile=…
Shweta Tetambe
  • 21
  • 1
  • 3
  • 8
0
votes
2 answers

Image error observed while trying to use Sikuli with JRuby and Cucumber

I am new to Sikuli. I am trying to setup an automated test suite using Sikuli and Cucumber. Below is my step definition: When(/^I click on DLM icon in the dock$/) do puts "Init" puts "Setting up screen" @screen=Sikuli::Screen.new puts…
Anshul
  • 117
  • 3
  • 14
0
votes
2 answers

Sikuli will not "type()"

I have just installed Sikuli on the 5th system in our company. We are using it to automate some tasks that have to be done every day exactly the same way and are easily enough scripted with Sikuli. It is on this 5th and final system that I ran into…
BenjaminL
  • 13
  • 1
  • 6
-1
votes
2 answers

sikuli+selenium+java : need to understand how sikuli works

I am new to sikuli.I need to understand how it works. I install sikuli and played little bit with IDE. However,I need to understand how can I make use of sikuli using java + selenium. In our application, we have high charts that we need to…
-1
votes
1 answer

End loop if image appears inside region

I am trying to make my script end the loop or exit if a certain image appears inside certain region. I get an error when I run the script; I am not sure what is wrong as the parts about stopregion and stopimage were advised by another person. The…
Drake14
  • 3
  • 2
-2
votes
1 answer

Not able to find image in external path in Sikuli

Can anyone help me with the below error message ?
alpha0
  • 65
  • 10
-2
votes
1 answer

Sikuli Java Code: ResourceLoaderBasic: loadLib: Fatal Error 110: loading: WinUtil.dll

Here is my simple Sikuli java code: import org.sikuli.script.App; import org.sikuli.script.FindFailed; /** * Created by Ripon on 5/19/2015. */ public class Calculator { public static void main(String... args)throws FindFailed,…
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
1 2 3
9
10