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)
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
Response time with sikulixapi
Im using sikulixapi along with JMeter to automate the workflow. In the JMter log I can see the click events logged with following times in milli seconds. What is this times recorded in the logs?
[...
RJM
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