| Package | Description |
|---|---|
| org.sikuli.android | |
| org.sikuli.script | |
| org.sikuli.util | |
| org.sikuli.vnc |
| Modifier and Type | Class and Description |
|---|---|
class |
ADBRobot
Created by Törcsi on 2016. 06. 26.
|
| Modifier and Type | Field and Description |
|---|---|
protected IRobot |
ADBScreen.robot |
| Modifier and Type | Method and Description |
|---|---|
IRobot |
ADBScreen.getRobot() |
| Modifier and Type | Class and Description |
|---|---|
class |
RobotDesktop
INTERNAL USE Implementation of IRobot making a DesktopRobot using java.awt.Robot
|
| Modifier and Type | Field and Description |
|---|---|
protected IRobot |
Screen.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. |
protected static IRobot |
Screen.getRobot(Region reg) |
protected IRobot |
Location.getRobotForPoint(String action) |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
IRobot |
VNCScreen.getRobot() |
Copyright © 2017. All rights reserved.