Git Product home page Git Product logo

modulexcite / sikuli Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sikuli/sikuli

0.0 2.0 0.0 153.2 MB

Sikuli's official repository on github. Ask questions or report bugs at http://launchpad.net/sikuli.

Home Page: sikuli.org

License: MIT License

CMake 0.99% Shell 0.05% Python 2.00% Java 28.56% Batchfile 0.01% HTML 63.19% C++ 3.61% Objective-C 0.12% C 0.07% Makefile 0.02% Groff 0.06% CSS 0.18% JavaScript 1.15%

sikuli's Introduction

VNCRobot version

Connects up to a VNC server instead of tying up the mouse/keyboard.

  • Example... (replace 192.168.1.111 with the ip address of the vncserver)
vncscreenid=JScreen.connectVNC(["vncviewer","192.168.1.111"],"password")
vncscreen=Screen(vncscreenid)

# Then everything will have to be accessed via the new "vncscreen" object.

vncscreen.click(Location(1,1))
vncscreen.type("abc")
vncscreen.find("xxx.png")
  • You can add vncviewer options to the connection....
vncscreenid=JScreen.connectVNC(["vncviewer","-encodings","tight","-quality","5","192.168.1.111"],"password")

A new version of SikuliX is available since 2013 as a follow up development

if interested start here: http://sikulix.com

a word on the future ...
Most probably this repo will never come back to life again. So if you are interested in the further development of Sikuli either as a user or as a possible contributor, you should decide to switch to the above mentioned version.

What is Sikuli?

Sikuli is a visual technology to automate graphical user interfaces (GUI) using images (screenshots). The current release of Sikuli includes Sikuli Script, a visual scripting API for Jython, and Sikuli IDE, an integrated development environment for writing visual scripts with screenshots easily. Sikuli Script automates anything you see on the screen without internal API's support. You can programmatically control a web page, a desktop application running on Windows/Linux/Mac OS X, or even an iphone application running in an emulator.

More detail information can be found on http://sikuli.org

How To Build Sikuli From Source

Sikuli is hosted on https://github.com/sikuli/sikuli using the git version control system (http://git-scm.com/). If you don't have git installed on you computer, please visit its web site and download its latest version for your system.

Sikuli's source can be checked out with the following command:

  git clone git://github.com/sikuli/sikuli.git

The instructions to build Sikuli can be found in the build-win32.txt, build-linux.txt, or build-mac.txt, according to your platform in the top directory of the source tree.

Found bugs? Have questions?

If you've seen something wrong, please report bugs at https://bugs.launchpad.net/sikuli.

Have questions? Feel free to ask at https://answers.launchpad.net/sikuli.

Copyright

Sikuli is a research project being developed by Tsung-Hsiang Chang and Tom Yeh under the supervision of Professor Rob Miller in MIT Computer Science and Artificial Intelligence Laboratory (CSAIL).

Sikuli is released under the MIT License. The details of the license is in the copyright.txt.

sikuli's People

Contributors

chrisoelmueller avatar doubleshow avatar karlmicha avatar ksmyth avatar niknah avatar raiman avatar techtonik avatar vgod avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.