public class SikuliScript extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_SERVER_PORT |
| Constructor and Description |
|---|
SikuliScript() |
| Modifier and Type | Method and Description |
|---|---|
int |
closeApp(String appName) |
String |
input(String msg) |
static void |
main(String[] args) |
int |
openApp(String appName) |
void |
popup(String message) |
void |
popup(String message,
String title) |
String |
run(String cmdline) |
void |
setShowActions(boolean flag) |
int |
switchApp(String appName) |
public static final int DEFAULT_SERVER_PORT
public SikuliScript()
throws AWTException
AWTException