public class TextInputControls extends Object
| Constructor and Description |
|---|
TextInputControls() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearTextIn(String textInputQuery)
Clears all text in the TextInputControl defined by the given query.
|
static void |
clearTextIn(TextInputControl textInputControl)
Clears all text in the given TextInputControl.
|
public static void clearTextIn(TextInputControl textInputControl)
textInputControl - the textInputControl to clearpublic static void clearTextIn(String textInputQuery)
GuiTest.find(String). If
the control is already empty, nothing will be done.textInputQuery - the query to lookup the TextInputControl.