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 can I read text on the screen presented as an image using sikulix IDE?
I'm using sikulix IDE version 2.0.5 in windows 10 and the usage so far is successful.
I want to read a specific single line text on the screen using sikulix IDE. I can't copy the text to the clipboard...
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