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)
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
Sikulix - exists function has timeout?
i have a sikulix code with 5 if statement like this :
if exists("1642200162130.png"):
It enter in only one if statement, where there is only one click()
click(Location(me.x + paddingx, me.y...
Valentin Garreau
Votes: 0
Answers: 1
Sikuli - How to turn off FindFailed exceptions, setThrowException() not working
I'm using Sikulix IDE v2.0.5 and trying to search on the screen a specific word, then look at his right if there is another specific word.
I saw that I should use setThrowException(False) to Skip the ...
Jos B
Votes: 0
Answers: 1