1.

Explain What Exactly Does Sikuli Script Consist Of?

Answer»

Sikuli SCRIPT is a combination of JYTHON and Java library that automates GUI interaction USING image pattern to direct mouse or keyboard events.

The main segment of Sikuli Script is a Java library which contains two parts:

  • awt.Robot: It delivers mouse and keyboard events to appropriate locations
  • C++ ENGINE based on OpenCV: It searches GIVEN pattern on the screen sikuli-logo

Sikuli Script is a combination of Jython and Java library that automates GUI interaction using image pattern to direct mouse or keyboard events.

The main segment of Sikuli Script is a Java library which contains two parts:



Discussion

No Comment Found