emiln / cljck

An OS-agnostic Clojure library for automating keyboard and mouse actions.
GNU General Public License v3.0
5 stars 0 forks source link

Add 'compare histograms' command #34

Open emiln opened 8 years ago

emiln commented 8 years ago

Work in progress

This adds the ability to:

This allows branching based on the contents on the screen compared a known earlier state (which must be precomputed and encoded for now.)

This closes #32.