Module: Sikuli
- Defined in:
- lib/sikuli/app.rb,
lib/sikuli/config.rb,
lib/sikuli/region.rb,
lib/sikuli/screen.rb,
lib/sikuli/version.rb,
lib/sikuli/key_code.rb,
lib/sikuli/platform.rb,
lib/sikuli/typeable.rb,
lib/sikuli/clickable.rb,
lib/sikuli/exception.rb,
lib/sikuli/searchable.rb
Overview
The Sikuli::Searchable module is the heart of Sikuli. It defines the wrapper around Sikuli’s on screen image searching and matching capability It is implemented by the Region class.
Defined Under Namespace
Modules: Clickable, Searchable, Typeable Classes: App, Config, FileDoesNotExist, ImageNotFound, Platform, Region, Screen
Constant Summary collapse
- VERSION =
"0.3.0"
- KEY_CMD =
Command Key
KeyModifier::META
- KEY_SHIFT =
Shift Key
KeyModifier::SHIFT
- KEY_CTRL =
Control Key
KeyModifier::CTRL
- KEY_ALT =
Alt Key
KeyModifier::ALT
- KEY_BACKSPACE =
Backspace Key
Key::BACKSPACE
- KEY_RETURN =
Return Key
Key::ENTER
- LEFT_ARROW =
Left Arrow Key
Key::LEFT
- RIGHT_ARROW =
Right Arrow Key
Key::RIGHT
- UP_ARROW =
Up Arrow Key
Key::UP
- DOWN_ARROW =
Down Arrow Key
Key::DOWN