| Interface | Description |
|---|---|
| EventObserver | |
| EventSubject | |
| IRobot | |
| IScreen | |
| OverlayAnimator | |
| SikuliActionListener | |
| SikuliEventObserver |
| Class | Description |
|---|---|
| App | |
| Button | |
| Constants | |
| Env | Deprecated |
| Finder | |
| Key | |
| KeyModifier | |
| Location |
A point like AWT.Point using global coordinates, hence modifications might move location out of
any screen (not checked as is done with region)
|
| Match |
holds the result of a find operation, is itself the region on the screen,
where the image was found and hence inherits all methods from Region
attributes: the match score (0 ... |
| OverlayCapturePrompt | |
| OverlayTransparentWindow | |
| Pattern |
to define a more complex search target
- non-standard minimum similarity - click target other than center - image as in-memory image |
| Region |
A Region always lies completely inside its parent screen
|
| RobotDesktop | |
| Screen |
A screen represents a physical monitor with its coordinates and size according to the global
point system: the screen areas are grouped around a point (0,0) like in a cartesian system (the
top left corner and the points containd in the screen area might have negative x and/or y values)
The screens are aranged in an array (index = id) and each screen is always the same object (not possible to create new objects). |
| ScreenHighlighter | |
| ScreenImage |
stores a BufferedImage usually ceated by screen capture,
the screen rectangle it was taken from and
the filename, where it is stored as PNG (only if requested)
|
| ScreenUnion | |
| SikuliAction | |
| SikuliActionManager | |
| SikuliEvent | |
| SikuliEventAdapter | |
| SikuliEventAppear | |
| SikuliEventChange | |
| SikuliEventManager | |
| SikuliEventVanish | |
| SikuliX | |
| TextRecognizer |
| Enum | Description |
|---|---|
| FindFailedResponse | |
| IRobot.KeyMode | |
| SikuliAction.ActionType | |
| SikuliEvent.Type | |
| SikuliEventManager.State | |
| TextRecognizer.ListTextMode |
| Exception | Description |
|---|---|
| FindFailed | |
| SikuliException |