Package org.sikuli.script
Class SX
java.lang.Object
org.sikuli.script.SX
public class SX extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSX.Log -
Constructor Summary
Constructors Constructor Description SX() -
Method Summary
Modifier and Type Method Description static Stringinput(Object... args)optionally timed popup (self-vanishing)static booleanisNotNull(Object obj)static booleanisNull(Object obj)static Regionon()static BooleanpopAsk(Object... args)optionally timed popup (self-vanishing)static BooleanpopError(Object... args)optionally timed popup (self-vanishing)static StringpopFile(Object... args)static IntegerpopGeneric(Object... args)optionally timed popup (self-vanishing)static StringpopSelect(Object... args)optionally timed popup (self-vanishing)static Booleanpopup(Object... args)optionally timed popup (self-vanishing)voidreset()
-
Constructor Details
-
SX
public SX()
-
-
Method Details
-
input
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever)- Returns:
-
popSelect
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever, options-list)- Returns:
-
popFile
-
popup
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever)- Returns:
-
popAsk
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever)- Returns:
-
popGeneric
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever)- Returns:
-
popError
optionally timed popup (self-vanishing)- Parameters:
args- (message, title, preset, hidden = false, timeout = forever)- Returns:
-
on
-
isNotNull
-
isNull
-
reset
public void reset()
-