public interface DirectTypingCapable
T-Plan Robot Enterprise, (C) 2009-2025 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
void |
type(String text)
Type the argument text.
|
void type(String text) throws IllegalArgumentException
text
- the text to be typed.IllegalArgumentException
- when the client can't type the text.