Studies

Asked by CAMILO CARDOSO ALVES

Hello everyone, how are you? I'm new to sikuli, I'm loving the tool, I would like some help. Is there a specific place where I can study everything I can do with sikuli?
Another thing with sikuli can I do these points below?
1 extract data from the screen example a number from the calculator
2 communicate with mysql database
3 create web automations

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

>>> 1 extract data from the screen example a number from the calculator
we have OCR based on Tesseract

>>>2 communicate with mysql database
possible. you have to add the drivers and write the code.

>>3 create web automations
possible. But SikuliX features are visual - you act on images getting visible on the screen.
But you might also integrate Selenium usage.

Generally you can do everything, that is possible in your workflow development (Java, Python/Jython, JRuby, Java-aware stuff, ...).

Revision history for this message
CAMILO CARDOSO ALVES (camilorocha) said :
#2

Thanks RaiMan, that solved my question.