Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sikuli List of Functions & Operators

I've just discovered Sikuli, and would like to see a comprehensive functions list without digging through the online-examples and demos.

Has anyone found such a list?

Furthermore, apparently Sikuli supports more complex loops and function calls as well, and seems to be based in Python(!!). Examples would be great.

Thanks.

like image 929
PPTim Avatar asked Mar 17 '10 17:03

PPTim


1 Answers

I am guessing you were looking for this page:

The General API Index

It took me a while to find it when I was first looking into Sikuli. It explains the API of the classes and functions included with Sikuli. Its the next place to go after looking over a few Hello World-style examples.

like image 142
clyde Avatar answered Oct 17 '22 01:10

clyde