| Package | Description |
|---|---|
| org.sikuli.script | |
| org.sikuli.util |
| Modifier and Type | Class and Description |
|---|---|
class |
RobotDesktop
INTERNAL USE Implementation of IRobot making a DesktopRobot using java.awt.Robot
|
| Modifier and Type | Method and Description |
|---|---|
static IRobot |
Screen.getGlobalRobot() |
IRobot |
Screen.getRobot()
Gets the Robot of this Screen.
|
IRobot |
IScreen.getRobot() |
static IRobot |
Screen.getRobot(int id)
each screen has exactly one robot (internally used for screen capturing)
available as a convenience for those who know what they are doing. |
| Modifier and Type | Class and Description |
|---|---|
class |
FakeRobot
for testing non local IScreen implementations (e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static IRobot |
FakeRobot.getDesktopRobot() |
Copyright © 2017. All rights reserved.