python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
FindFailed: /Users/sgantayat/Documents/Screenshots/Sikuli/Login.png: (756x124) in R[0,0 1680x1050]@S(0)
Getting below error while running the sikuli code in macbook pro
Calling login method!!!
Login screen display
Starting ChromeDriver 100.0.4896.60 (6a5d10861ce8de5fce22564658033b43cb7de047-refs/branch-...
Samapika Gantayat
Votes: 0
Answers: 1
Can't run SIKULI script from executable and command line because methods are not defined(doubleClick() is not defined)
I am trying to create a standalone executable to run in other machines that do not have python, jython or sikuli installed. I have coded this SIKULI script with Jython by following the tutorial here. ...
Danteh
Votes: 0
Answers: 1
Sikuli get part of a filepath - Split string
I want to get a number from the filepath of the current file in Sikuli - Jython
I have a python example of what i'm trying to achive.
In the example the path is:
C:\PycharmProjects\TestingPython\TestS...
Marcus Scharf
Votes: 0
Answers: 1
How to uniquely identify an image in sikuli on windows 10. I'm getting an exception
I have two similar images, one image is on the left and one is on the right hand side of the screen. I want to click on the image on the left.
My idea in the code is to create a region for the image o...
rich25
Votes: 0
Answers: 1