| Package | Description |
|---|---|
| org.sikuli.script | |
| org.sikuli.vnc |
| Modifier and Type | Method and Description |
|---|---|
static VNCScreen |
Sikulix.vncStart(String theIP,
int thePort,
int cTimeout,
int timeout)
convenience for a VNCScreen connection (use theVNCScreen.stop() to stop the connection)
active screens are auto-stopped at cleanup
|
static VNCScreen |
Sikulix.vncStart(String theIP,
int thePort,
String password,
int cTimeout,
int timeout)
convenience for a password protected VNCScreen connection
(use theVNCScreen.stop() to stop the connection)
active screens are auto-stopped at cleanup
|
| Modifier and Type | Method and Description |
|---|---|
static VNCScreen |
VNCScreen.start(String theIP,
int thePort,
int cTimeout,
int timeout) |
static VNCScreen |
VNCScreen.start(String theIP,
int thePort,
String password,
int cTimeout,
int timeout) |
Copyright © 2017. All rights reserved.