public class AlphaNumericTypeCommand extends TypeCommand
CMD_PREFIX
Constructor and Description |
---|
AlphaNumericTypeCommand(java.lang.String text,
int line) |
Modifier and Type | Method and Description |
---|---|
Promise<java.lang.Object> |
_execute(PlaybackContext context) |
static TypingTarget |
findTarget(PlaybackContext context) |
protected Promise<java.lang.Object> |
type(PlaybackContext context,
java.lang.String text) |
containsUnicode, get, getFromShortcut, type, type
canGoFurther, dumpCommand, dumpError, execute, getLine, getScriptDir, getText, isAwtThread, isToDumpCommand, setScriptDir
public AlphaNumericTypeCommand(java.lang.String text, int line)
public Promise<java.lang.Object> _execute(PlaybackContext context)
_execute
in class AbstractCommand
protected Promise<java.lang.Object> type(PlaybackContext context, java.lang.String text)
public static TypingTarget findTarget(PlaybackContext context)